Shades of Lilac #C0A2BE
Tints of Lilac #C0A2BE
RGB
CMYK
RGB Variations
Color information
#C0A2BE (or 0xC0A2BE) is known color: Lilac. HEX triplet: C0, A2 and BE. RGB value is (192,162,190). Sum of RGB (Red+Green+Blue) = 192+162+190=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2BE is #3F5D41. Grayscale: #AEAEAE. Windows color (decimal): -4152642 or 12493504. OLE color: 12493504.
HSL color Cylindrical-coordinate representation of color #C0A2BE: hue angle of 304º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A2BE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 190 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.25 |
| HSL | 304º | 0.19% | 0.69% | - |
| HSV(B) | 304º | 0.16% | 0.75% | - |
| XYZ | 43.95 | 40.76 | 54.27 | - |
| YUV | 174.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 190 | 0 | 0.16 | 0.01 | 0.25 | 304 | 0.19 | 0.69 |
| Hex | C0 | A2 | BE | 0 | 10 | 1 | 19 | 130 | 13 | 45 |
| Octal | 300 | 242 | 276 | 0 | 20 | 1 | 31 | 460 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10111110 | 0 | 10000 | 1 | 11001 | 100110000 | 10011 | 1000101 |
Color Harmonies of #C0A2BE
Complementary color
Monochromatic Colors of #C0A2BE
Black with #C0A2BE
Text Example
Text Example
White with #C0A2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2BE; }
p { color: rgb(192,162,190); }
H1.HeaderClassName
{
color: #C0A2BE;
}
.AnyTagClassName
{
color: #C0A2BE;
}
</style>
background-color css
<style>
a { background-color: #C0A2BE; }
a { background-color: rgb(192,162,190); }
div.DivClassName
{
background-color: #C0A2BE;
}
.BgClassName
{
background-color: #C0A2BE;
}
</style>
border-color css
<style>
span { border-color: #C0A2BE; }
span { border-color: rgb(192,162,190); }
td.TdClassName
{
border-color: #C0A2BE;
}
.TagClassName
{
border-color: #C0A2BE;
}
</style>