color details

Color Details
#C9A0DC Color Hex

#C9A0DC color RGB value is (12, 154, 13).
#C9A0DC hex color red value is 12, green value is 154, and blue value is 13.
Cylindrical-coordinate representations (HSL) of color #C9A0DC hue: 120.42, saturation: 0.86 and lightness: 0.33.

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

Color Spaces
Color spaces of #C9A0DCValue
RGB201, 160, 220
HSL0.78, 0.46, 0.75
HSV281°, 27°, 86°
XYZ49.57, 42.73, 73.33
Base Numbers
Base Red Green Blue
Binary 11001001 10100000 11011100
Octal 311 240 334
Decimal 201 160 220
Hex C9 A0 DC

RGB Percentages for Color #C9A0DC

34.6%
27.54%
37.87%

CMYK Percentages of the Color #C9A0DC

8.64%
27.27%
13.73%
CSS Codes for Color #C9A0DC
.mybgColor {background-color: #C9A0DC;}
.myforeColor {color: #C9A0DC;}
.myborderColor {border:3px solid #C9A0DC;}
Text Font Color #C9A0DC

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top