Shades of Lilac #C0A8BD
Tints of Lilac #C0A8BD
RGB
CMYK
RGB Variations
Color information
#C0A8BD (or 0xC0A8BD) is known color: Lilac. HEX triplet: C0, A8 and BD. RGB value is (192,168,189). Sum of RGB (Red+Green+Blue) = 192+168+189=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8BD is #3F5742. Grayscale: #B1B1B1. Windows color (decimal): -4151107 or 12429504. OLE color: 12429504.
HSL color Cylindrical-coordinate representation of color #C0A8BD: hue angle of 307.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 #C0A8BD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 168 | 189 | - |
CMYK | 0 | 0.12 | 0.02 | 0.25 |
HSL | 307.5º | 0.16% | 0.71% | - |
HSV(B) | 307.5º | 0.13% | 0.75% | - |
XYZ | 44.93 | 42.89 | 54.05 | - |
YUV | 177.57 | 134.45 | 138.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 168 | 189 | 0 | 0.12 | 0.02 | 0.25 | 307.5 | 0.16 | 0.71 |
Hex | C0 | A8 | BD | 0 | C | 2 | 19 | 134 | 10 | 47 |
Octal | 300 | 250 | 275 | 0 | 14 | 2 | 31 | 464 | 20 | 107 |
Binary | 11000000 | 10101000 | 10111101 | 0 | 1100 | 10 | 11001 | 100110100 | 10000 | 1000111 |
Color Harmonies of #C0A8BD
Complementary color
Monochromatic Colors of #C0A8BD
Black with #C0A8BD
Text Example
Text Example
White with #C0A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8BD; }
p { color: rgb(192,168,189); }
H1.HeaderClassName
{
color: #C0A8BD;
}
.AnyTagClassName
{
color: #C0A8BD;
}
</style>
background-color css
<style>
a { background-color: #C0A8BD; }
a { background-color: rgb(192,168,189); }
div.DivClassName
{
background-color: #C0A8BD;
}
.BgClassName
{
background-color: #C0A8BD;
}
</style>
border-color css
<style>
span { border-color: #C0A8BD; }
span { border-color: rgb(192,168,189); }
td.TdClassName
{
border-color: #C0A8BD;
}
.TagClassName
{
border-color: #C0A8BD;
}
</style>