Shades of Lilac #C4A0BD
Tints of Lilac #C4A0BD
RGB
CMYK
RGB Variations
Color information
#C4A0BD (or 0xC4A0BD) is known color: Lilac. HEX triplet: C4, A0 and BD. RGB value is (196,160,189). Sum of RGB (Red+Green+Blue) = 196+160+189=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0BD is #3B5F42. Grayscale: #ADADAD. Windows color (decimal): -3891011 or 12427460. OLE color: 12427460.
HSL color Cylindrical-coordinate representation of color #C4A0BD: hue angle of 311.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0BD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 189 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.23 |
| HSL | 311.67º | 0.23% | 0.7% | - |
| HSV(B) | 311.67º | 0.18% | 0.77% | - |
| XYZ | 44.52 | 40.55 | 53.62 | - |
| YUV | 174.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 189 | 0 | 0.18 | 0.04 | 0.23 | 311.67 | 0.23 | 0.7 |
| Hex | C4 | A0 | BD | 0 | 12 | 4 | 17 | 138 | 17 | 46 |
| Octal | 304 | 240 | 275 | 0 | 22 | 4 | 27 | 470 | 27 | 106 |
| Binary | 11000100 | 10100000 | 10111101 | 0 | 10010 | 100 | 10111 | 100111000 | 10111 | 1000110 |
Color Harmonies of #C4A0BD
Complementary color
Monochromatic Colors of #C4A0BD
Black with #C4A0BD
Text Example
Text Example
White with #C4A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0BD; }
p { color: rgb(196,160,189); }
H1.HeaderClassName
{
color: #C4A0BD;
}
.AnyTagClassName
{
color: #C4A0BD;
}
</style>
background-color css
<style>
a { background-color: #C4A0BD; }
a { background-color: rgb(196,160,189); }
div.DivClassName
{
background-color: #C4A0BD;
}
.BgClassName
{
background-color: #C4A0BD;
}
</style>
border-color css
<style>
span { border-color: #C4A0BD; }
span { border-color: rgb(196,160,189); }
td.TdClassName
{
border-color: #C4A0BD;
}
.TagClassName
{
border-color: #C4A0BD;
}
</style>