Shades of Lilac #C4A6C9
Tints of Lilac #C4A6C9
RGB
CMYK
RGB Variations
Color information
#C4A6C9 (or 0xC4A6C9) is known color: Lilac. HEX triplet: C4, A6 and C9. RGB value is (196,166,201). Sum of RGB (Red+Green+Blue) = 196+166+201=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4A6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6C9 is #3B5936. Grayscale: #B2B2B2. Windows color (decimal): -3889463 or 13215428. OLE color: 13215428.
HSL color Cylindrical-coordinate representation of color #C4A6C9: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A6C9 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 166 | 201 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.21 |
| HSL | 291.43º | 0.24% | 0.72% | - |
| HSV(B) | 291.43º | 0.17% | 0.79% | - |
| XYZ | 46.94 | 43.23 | 61.13 | - |
| YUV | 178.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 201 | 0.02 | 0.17 | 0 | 0.21 | 291.43 | 0.24 | 0.72 |
| Hex | C4 | A6 | C9 | 2 | 11 | 0 | 15 | 123 | 18 | 48 |
| Octal | 304 | 246 | 311 | 2 | 21 | 0 | 25 | 443 | 30 | 110 |
| Binary | 11000100 | 10100110 | 11001001 | 10 | 10001 | 0 | 10101 | 100100011 | 11000 | 1001000 |
Color Harmonies of #C4A6C9
Complementary color
Monochromatic Colors of #C4A6C9
Black with #C4A6C9
Text Example
Text Example
White with #C4A6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6C9; }
p { color: rgb(196,166,201); }
H1.HeaderClassName
{
color: #C4A6C9;
}
.AnyTagClassName
{
color: #C4A6C9;
}
</style>
background-color css
<style>
a { background-color: #C4A6C9; }
a { background-color: rgb(196,166,201); }
div.DivClassName
{
background-color: #C4A6C9;
}
.BgClassName
{
background-color: #C4A6C9;
}
</style>
border-color css
<style>
span { border-color: #C4A6C9; }
span { border-color: rgb(196,166,201); }
td.TdClassName
{
border-color: #C4A6C9;
}
.TagClassName
{
border-color: #C4A6C9;
}
</style>