Shades of Lilac #C9A1C2
Tints of Lilac #C9A1C2
RGB
CMYK
RGB Variations
Color information
#C9A1C2 (or 0xC9A1C2) is known color: Lilac. HEX triplet: C9, A1 and C2. RGB value is (201,161,194). Sum of RGB (Red+Green+Blue) = 201+161+194=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1C2 is #365E3D. Grayscale: #B0B0B0. Windows color (decimal): -3563070 or 12755401. OLE color: 12755401.
HSL color Cylindrical-coordinate representation of color #C9A1C2: hue angle of 310.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1C2 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 161 | 194 | - |
CMYK | 0 | 0.20 | 0.03 | 0.21 |
HSL | 310.5º | 0.27% | 0.71% | - |
HSV(B) | 310.5º | 0.2% | 0.79% | - |
XYZ | 46.57 | 41.8 | 56.65 | - |
YUV | 176.72 | 137.75 | 145.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 161 | 194 | 0 | 0.20 | 0.03 | 0.21 | 310.5 | 0.27 | 0.71 |
Hex | C9 | A1 | C2 | 0 | 14 | 3 | 15 | 136 | 1B | 47 |
Octal | 311 | 241 | 302 | 0 | 24 | 3 | 25 | 466 | 33 | 107 |
Binary | 11001001 | 10100001 | 11000010 | 0 | 10100 | 11 | 10101 | 100110110 | 11011 | 1000111 |
Color Harmonies of #C9A1C2
Complementary color
Monochromatic Colors of #C9A1C2
Black with #C9A1C2
Text Example
Text Example
White with #C9A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1C2; }
p { color: rgb(201,161,194); }
H1.HeaderClassName
{
color: #C9A1C2;
}
.AnyTagClassName
{
color: #C9A1C2;
}
</style>
background-color css
<style>
a { background-color: #C9A1C2; }
a { background-color: rgb(201,161,194); }
div.DivClassName
{
background-color: #C9A1C2;
}
.BgClassName
{
background-color: #C9A1C2;
}
</style>
border-color css
<style>
span { border-color: #C9A1C2; }
span { border-color: rgb(201,161,194); }
td.TdClassName
{
border-color: #C9A1C2;
}
.TagClassName
{
border-color: #C9A1C2;
}
</style>