color details

Color Details
#cb9995 Color Hex

#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
Color spaces of #cb9995Value
RGB203, 153, 149
HSL0.01, 0.34, 0.69
HSV4°, 27°, 80°
XYZ41.45, 37.65, 33.51
Base Numbers
Base Red Green Blue
Binary 11001011 10011001 10010101
Octal 313 231 225
Decimal 203 153 149
Hex CB 99 95

RGB Percentages for Color #cb9995

40.2%
30.3%
29.5%

CMYK Percentages of the Color #cb9995

24.63%
26.6%
20.39%
CSS Codes for Color #cb9995
.mybgColor {background-color: #cb9995;}
.myforeColor {color: #cb9995;}
.myborderColor {border:3px solid #cb9995;}
Text Font Color #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,

Background Color #cb9995

<div style="background-color:#cb9995">Div content here</div>

The background color of this div is #cb9995
Border Color #cb9995

<div style="border:3px solid #cb9995">Div here</div>

The border color of this div is #cb9995
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203, 153, 149, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #cb9995;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #cb9995

Scroll to Top