Shades of Lilac #C9A1CB
Tints of Lilac #C9A1CB
RGB
CMYK
RGB Variations
Color information
#C9A1CB (or 0xC9A1CB) is known color: Lilac. HEX triplet: C9, A1 and CB. RGB value is (201,161,203). Sum of RGB (Red+Green+Blue) = 201+161+203=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1CB is #365E34. Grayscale: #B1B1B1. Windows color (decimal): -3563061 or 13345225. OLE color: 13345225.
HSL color Cylindrical-coordinate representation of color #C9A1CB: hue angle of 297.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A1CB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 161 | 203 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.20 |
| HSL | 297.14º | 0.29% | 0.71% | - |
| HSV(B) | 297.14º | 0.21% | 0.8% | - |
| XYZ | 47.61 | 42.22 | 62.14 | - |
| YUV | 177.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 203 | 0.01 | 0.21 | 0 | 0.20 | 297.14 | 0.29 | 0.71 |
| Hex | C9 | A1 | CB | 1 | 15 | 0 | 14 | 129 | 1D | 47 |
| Octal | 311 | 241 | 313 | 1 | 25 | 0 | 24 | 451 | 35 | 107 |
| Binary | 11001001 | 10100001 | 11001011 | 1 | 10101 | 0 | 10100 | 100101001 | 11101 | 1000111 |
Color Harmonies of #C9A1CB
Complementary color
Monochromatic Colors of #C9A1CB
Black with #C9A1CB
Text Example
Text Example
White with #C9A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1CB; }
p { color: rgb(201,161,203); }
H1.HeaderClassName
{
color: #C9A1CB;
}
.AnyTagClassName
{
color: #C9A1CB;
}
</style>
background-color css
<style>
a { background-color: #C9A1CB; }
a { background-color: rgb(201,161,203); }
div.DivClassName
{
background-color: #C9A1CB;
}
.BgClassName
{
background-color: #C9A1CB;
}
</style>
border-color css
<style>
span { border-color: #C9A1CB; }
span { border-color: rgb(201,161,203); }
td.TdClassName
{
border-color: #C9A1CB;
}
.TagClassName
{
border-color: #C9A1CB;
}
</style>