#cb9995 color RGB value is (12, 185, 153).
#cb9995 hex color red value is 12, green value is 185, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #cb9995
hue: 168.9,
saturation: 0.88 and lightness: 0.39.
The process color (four-color CMYK) of #cb9995 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cb9995 is #ff9999. Color #cb9995 contains mainly RED.
Color spaces of #cb9995 | Value |
---|---|
RGB | 203, 153, 149 |
HSL | 0.01, 0.34, 0.69 |
HSV | 4°, 27°, 80° |
XYZ | 41.45, 37.65, 33.51 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10011001 | 10010101 |
Octal | 313 | 231 | 225 |
Decimal | 203 | 153 | 149 |
Hex | CB | 99 | 95 |
Shades of #cb9995
Tints of #cb9995
.mybgColor {background-color: #cb9995;} .myforeColor {color: #cb9995;} .myborderColor {border:3px solid #cb9995;}
<p style="color:#cb9995">Text here</p>
This sample text is styled with the font color #cb9995. 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:#cb9995">Div content here</div>
<div style="border:3px solid #cb9995">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203, 153, 149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb9995; } .divShadow { -moz-box-shadow: 1px 1px 3px #cb9995; -webkit-box-shadow: 1px 1px 3px #cb9995; box-shadow: 1px 1px 3px #cb9995; }
<p style="text-shadow: 4px 4px 2px rgba(203, 153, 149, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cb9995;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cb9995;
-webkit-box-shadow: 1px 1px 3px #cb9995;
box-shadow: 1px 1px 3px #cb9995;">Div content here</div>