color details

Color Details
#c0b9bf Color Hex

#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
Color spaces of #c0b9bfValue
RGB192, 185, 191
HSL0.86, 0.05, 0.74
HSV309°, 4°, 75°
XYZ48.49, 49.67, 56.31
Base Numbers
Base Red Green Blue
Binary 11000000 10111001 10111111
Octal 300 271 277
Decimal 192 185 191
Hex C0 B9 BF

RGB Percentages for Color #c0b9bf

33.8%
32.57%
33.63%

CMYK Percentages of the Color #c0b9bf

3.65%
0.52%
24.71%
CSS Codes for Color #c0b9bf
.mybgColor {background-color: #c0b9bf;}
.myforeColor {color: #c0b9bf;}
.myborderColor {border:3px solid #c0b9bf;}
Text Font Color #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,

Background Color #c0b9bf

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(192, 185, 191, 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 #c0b9bf;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top