Shades of Lilac #C49CC8
Tints of Lilac #C49CC8
RGB
CMYK
RGB Variations
Color information
#C49CC8 (or 0xC49CC8) is known color: Lilac. HEX triplet: C4, 9C and C8. RGB value is (196,156,200). Sum of RGB (Red+Green+Blue) = 196+156+200=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #C49CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CC8 is #3B6337. Grayscale: #ACACAC. Windows color (decimal): -3892024 or 13147332. OLE color: 13147332.
HSL color Cylindrical-coordinate representation of color #C49CC8: hue angle of 294.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49CC8 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 156 | 200 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.22 |
| HSL | 294.55º | 0.29% | 0.7% | - |
| HSV(B) | 294.55º | 0.22% | 0.78% | - |
| XYZ | 45.08 | 39.68 | 59.93 | - |
| YUV | 172.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 200 | 0.02 | 0.22 | 0 | 0.22 | 294.55 | 0.29 | 0.7 |
| Hex | C4 | 9C | C8 | 2 | 16 | 0 | 16 | 127 | 1D | 46 |
| Octal | 304 | 234 | 310 | 2 | 26 | 0 | 26 | 447 | 35 | 106 |
| Binary | 11000100 | 10011100 | 11001000 | 10 | 10110 | 0 | 10110 | 100100111 | 11101 | 1000110 |
Color Harmonies of #C49CC8
Complementary color
Monochromatic Colors of #C49CC8
Black with #C49CC8
Text Example
Text Example
White with #C49CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CC8; }
p { color: rgb(196,156,200); }
H1.HeaderClassName
{
color: #C49CC8;
}
.AnyTagClassName
{
color: #C49CC8;
}
</style>
background-color css
<style>
a { background-color: #C49CC8; }
a { background-color: rgb(196,156,200); }
div.DivClassName
{
background-color: #C49CC8;
}
.BgClassName
{
background-color: #C49CC8;
}
</style>
border-color css
<style>
span { border-color: #C49CC8; }
span { border-color: rgb(196,156,200); }
td.TdClassName
{
border-color: #C49CC8;
}
.TagClassName
{
border-color: #C49CC8;
}
</style>