Shades of Lilac #C0A0C9
Tints of Lilac #C0A0C9
RGB
CMYK
RGB Variations
Color information
#C0A0C9 (or 0xC0A0C9) is known color: Lilac. HEX triplet: C0, A0 and C9. RGB value is (192,160,201). Sum of RGB (Red+Green+Blue) = 192+160+201=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0C9 is #3F5F36. Grayscale: #AEAEAE. Windows color (decimal): -4153143 or 13213888. OLE color: 13213888.
HSL color Cylindrical-coordinate representation of color #C0A0C9: hue angle of 286.83º degrees, saturation: 0.28, 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 #C0A0C9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 160 | 201 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.21 |
| HSL | 286.83º | 0.28% | 0.71% | - |
| HSV(B) | 286.83º | 0.2% | 0.79% | - |
| XYZ | 44.85 | 40.57 | 60.72 | - |
| YUV | 174.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 201 | 0.04 | 0.20 | 0 | 0.21 | 286.83 | 0.28 | 0.71 |
| Hex | C0 | A0 | C9 | 4 | 14 | 0 | 15 | 11F | 1C | 47 |
| Octal | 300 | 240 | 311 | 4 | 24 | 0 | 25 | 437 | 34 | 107 |
| Binary | 11000000 | 10100000 | 11001001 | 100 | 10100 | 0 | 10101 | 100011111 | 11100 | 1000111 |
Color Harmonies of #C0A0C9
Complementary color
Monochromatic Colors of #C0A0C9
Black with #C0A0C9
Text Example
Text Example
White with #C0A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0C9; }
p { color: rgb(192,160,201); }
H1.HeaderClassName
{
color: #C0A0C9;
}
.AnyTagClassName
{
color: #C0A0C9;
}
</style>
background-color css
<style>
a { background-color: #C0A0C9; }
a { background-color: rgb(192,160,201); }
div.DivClassName
{
background-color: #C0A0C9;
}
.BgClassName
{
background-color: #C0A0C9;
}
</style>
border-color css
<style>
span { border-color: #C0A0C9; }
span { border-color: rgb(192,160,201); }
td.TdClassName
{
border-color: #C0A0C9;
}
.TagClassName
{
border-color: #C0A0C9;
}
</style>