color details

Color Details
#c9c0ba Color Hex

#c9c0ba color RGB value is (12, 156, 11).
#c9c0ba hex color red value is 12, green value is 156, and blue value is 11.
Cylindrical-coordinate representations (HSL) of color #c9c0ba hue: 119.59, saturation: 0.87 and lightness: 0.33.

The process color (four-color CMYK) of #c9c0ba color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c9c0ba is #ff9999. Color #c9c0ba contains mainly RED.

Color Spaces
Color spaces of #c9c0baValue
RGB201, 192, 186
HSL0.07, 0.12, 0.76
HSV24°, 7°, 79°
XYZ51.8, 53.66, 54.07
Base Numbers
Base Red Green Blue
Binary 11001001 11000000 10111010
Octal 311 300 272
Decimal 201 192 186
Hex C9 C0 BA

RGB Percentages for Color #c9c0ba

34.72%
33.16%
32.12%

CMYK Percentages of the Color #c9c0ba

4.48%
7.46%
21.18%
CSS Codes for Color #c9c0ba
.mybgColor {background-color: #c9c0ba;}
.myforeColor {color: #c9c0ba;}
.myborderColor {border:3px solid #c9c0ba;}
Text Font Color #c9c0ba

<p style="color:#c9c0ba">Text here</p>

This sample text is styled with the font color #c9c0ba. 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 #c9c0ba

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

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

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

The border color of this div is #c9c0ba
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(201, 192, 186, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #c9c0ba;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #c9c0ba;
-webkit-box-shadow: 1px 1px 3px #c9c0ba;
box-shadow: 1px 1px 3px #c9c0ba;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #c9c0ba; -webkit-box-shadow: 1px 1px 3px #c9c0ba; box-shadow: 1px 1px 3px #c9c0ba;">Div content here</div>

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

Scroll to Top