#c0b9bf color RGB value is (12, 11, 155).
#c0b9bf hex color red value is 12, green value is 11, and blue value is 155.
Cylindrical-coordinate representations (HSL) of color #c0b9bf
hue: 240.42,
saturation: 0.87 and lightness: 0.33.
The process color (four-color CMYK) of #c0b9bf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c0b9bf is #ff9999. Color #c0b9bf contains mainly RED.
| Color spaces of #c0b9bf | Value |
|---|---|
| RGB | 192, 185, 191 |
| HSL | 0.86, 0.05, 0.74 |
| HSV | 309°, 4°, 75° |
| XYZ | 48.49, 49.67, 56.31 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000000 | 10111001 | 10111111 |
| Octal | 300 | 271 | 277 |
| Decimal | 192 | 185 | 191 |
| Hex | C0 | B9 | BF |
Shades of #c0b9bf
Tints of #c0b9bf
.mybgColor {background-color: #c0b9bf;}
.myforeColor {color: #c0b9bf;}
.myborderColor {border:3px solid #c0b9bf;}
<p style="color:#c0b9bf">Text here</p>
This sample text is styled with the font color #c0b9bf. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#c0b9bf">Div content here</div>
<div style="border:3px solid #c0b9bf">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(192, 185, 191, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c0b9bf; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c0b9bf;
-webkit-box-shadow: 1px 1px 3px #c0b9bf;
box-shadow: 1px 1px 3px #c0b9bf; }
<p style="text-shadow: 4px 4px 2px rgba(192, 185, 191, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c0b9bf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c0b9bf;
-webkit-box-shadow: 1px 1px 3px #c0b9bf;
box-shadow: 1px 1px 3px #c0b9bf;">Div content here</div>
