Shades of Lilac #C9A0CA
Tints of Lilac #C9A0CA
RGB
CMYK
RGB Variations
Color information
#C9A0CA (or 0xC9A0CA) is known color: Lilac. HEX triplet: C9, A0 and CA. RGB value is (201,160,202). Sum of RGB (Red+Green+Blue) = 201+160+202=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0CA is #365F35. Grayscale: #B0B0B0. Windows color (decimal): -3563318 or 13279433. OLE color: 13279433.
HSL color Cylindrical-coordinate representation of color #C9A0CA: hue angle of 298.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A0CA is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 202 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.21 |
| HSL | 298.57º | 0.28% | 0.71% | - |
| HSV(B) | 298.57º | 0.21% | 0.79% | - |
| XYZ | 47.32 | 41.82 | 61.46 | - |
| YUV | 177.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 202 | 0.00 | 0.21 | 0 | 0.21 | 298.57 | 0.28 | 0.71 |
| Hex | C9 | A0 | CA | 0 | 15 | 0 | 15 | 12B | 1C | 47 |
| Octal | 311 | 240 | 312 | 0 | 25 | 0 | 25 | 453 | 34 | 107 |
| Binary | 11001001 | 10100000 | 11001010 | 0 | 10101 | 0 | 10101 | 100101011 | 11100 | 1000111 |
Color Harmonies of #C9A0CA
Complementary color
Monochromatic Colors of #C9A0CA
Black with #C9A0CA
Text Example
Text Example
White with #C9A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0CA; }
p { color: rgb(201,160,202); }
H1.HeaderClassName
{
color: #C9A0CA;
}
.AnyTagClassName
{
color: #C9A0CA;
}
</style>
background-color css
<style>
a { background-color: #C9A0CA; }
a { background-color: rgb(201,160,202); }
div.DivClassName
{
background-color: #C9A0CA;
}
.BgClassName
{
background-color: #C9A0CA;
}
</style>
border-color css
<style>
span { border-color: #C9A0CA; }
span { border-color: rgb(201,160,202); }
td.TdClassName
{
border-color: #C9A0CA;
}
.TagClassName
{
border-color: #C9A0CA;
}
</style>