Shades of Lilac #C0A8BF
Tints of Lilac #C0A8BF
RGB
CMYK
RGB Variations
Color information
#C0A8BF (or 0xC0A8BF) is known color: Lilac. HEX triplet: C0, A8 and BF. RGB value is (192,168,191). Sum of RGB (Red+Green+Blue) = 192+168+191=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8BF is #3F5740. Grayscale: #B1B1B1. Windows color (decimal): -4151105 or 12560576. OLE color: 12560576.
HSL color Cylindrical-coordinate representation of color #C0A8BF: hue angle of 302.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A8BF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 191 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.25 |
| HSL | 302.5º | 0.16% | 0.71% | - |
| HSV(B) | 302.5º | 0.13% | 0.75% | - |
| XYZ | 45.14 | 42.97 | 55.21 | - |
| YUV | 177.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 191 | 0 | 0.12 | 0.01 | 0.25 | 302.5 | 0.16 | 0.71 |
| Hex | C0 | A8 | BF | 0 | C | 1 | 19 | 12E | 10 | 47 |
| Octal | 300 | 250 | 277 | 0 | 14 | 1 | 31 | 456 | 20 | 107 |
| Binary | 11000000 | 10101000 | 10111111 | 0 | 1100 | 1 | 11001 | 100101110 | 10000 | 1000111 |
Color Harmonies of #C0A8BF
Complementary color
Monochromatic Colors of #C0A8BF
Black with #C0A8BF
Text Example
Text Example
White with #C0A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8BF; }
p { color: rgb(192,168,191); }
H1.HeaderClassName
{
color: #C0A8BF;
}
.AnyTagClassName
{
color: #C0A8BF;
}
</style>
background-color css
<style>
a { background-color: #C0A8BF; }
a { background-color: rgb(192,168,191); }
div.DivClassName
{
background-color: #C0A8BF;
}
.BgClassName
{
background-color: #C0A8BF;
}
</style>
border-color css
<style>
span { border-color: #C0A8BF; }
span { border-color: rgb(192,168,191); }
td.TdClassName
{
border-color: #C0A8BF;
}
.TagClassName
{
border-color: #C0A8BF;
}
</style>