#C9C0BB color RGB value is (12, 156, 11).
#C9C0BB hex color red value is 12, green value is 156, and blue value is 11.
Cylindrical-coordinate representations (HSL) of color #C9C0BB
hue: 119.59,
saturation: 0.87 and lightness: 0.33.
The process color (four-color CMYK) of #C9C0BB color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C9C0BB is #ff9999. Color #C9C0BB contains mainly RED.
Color spaces of #C9C0BB | Value |
---|---|
RGB | 201, 192, 187 |
HSL | 0.06, 0.11, 0.76 |
HSV | 21°, 7°, 79° |
XYZ | 51.91, 53.71, 54.64 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11000000 | 10111011 |
Octal | 311 | 300 | 273 |
Decimal | 201 | 192 | 187 |
Hex | C9 | C0 | BB |
Shades of #C9C0BB
Tints of #C9C0BB
.mybgColor {background-color: #C9C0BB;} .myforeColor {color: #C9C0BB;} .myborderColor {border:3px solid #C9C0BB;}
<p style="color:#C9C0BB">Text here</p>
This sample text is styled with the font color #C9C0BB. 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:#C9C0BB">Div content here</div>
<div style="border:3px solid #C9C0BB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201, 192, 187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #C9C0BB; } .divShadow { -moz-box-shadow: 1px 1px 3px #C9C0BB; -webkit-box-shadow: 1px 1px 3px #C9C0BB; box-shadow: 1px 1px 3px #C9C0BB; }
<p style="text-shadow: 4px 4px 2px rgba(201, 192, 187, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C9C0BB;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C9C0BB;
-webkit-box-shadow: 1px 1px 3px #C9C0BB;
box-shadow: 1px 1px 3px #C9C0BB;">Div content here</div>