Shades of Lilac #C0A2BC
Tints of Lilac #C0A2BC
RGB
CMYK
RGB Variations
Color information
#C0A2BC (or 0xC0A2BC) is known color: Lilac. HEX triplet: C0, A2 and BC. RGB value is (192,162,188). Sum of RGB (Red+Green+Blue) = 192+162+188=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2BC is #3F5D43. Grayscale: #ADADAD. Windows color (decimal): -4152644 or 12362432. OLE color: 12362432.
HSL color Cylindrical-coordinate representation of color #C0A2BC: hue angle of 308º 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 #C0A2BC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 188 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.25 |
| HSL | 308º | 0.19% | 0.69% | - |
| HSV(B) | 308º | 0.16% | 0.75% | - |
| XYZ | 43.74 | 40.68 | 53.12 | - |
| YUV | 173.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 188 | 0 | 0.16 | 0.02 | 0.25 | 308 | 0.19 | 0.69 |
| Hex | C0 | A2 | BC | 0 | 10 | 2 | 19 | 134 | 13 | 45 |
| Octal | 300 | 242 | 274 | 0 | 20 | 2 | 31 | 464 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10111100 | 0 | 10000 | 10 | 11001 | 100110100 | 10011 | 1000101 |
Color Harmonies of #C0A2BC
Complementary color
Monochromatic Colors of #C0A2BC
Black with #C0A2BC
Text Example
Text Example
White with #C0A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2BC; }
p { color: rgb(192,162,188); }
H1.HeaderClassName
{
color: #C0A2BC;
}
.AnyTagClassName
{
color: #C0A2BC;
}
</style>
background-color css
<style>
a { background-color: #C0A2BC; }
a { background-color: rgb(192,162,188); }
div.DivClassName
{
background-color: #C0A2BC;
}
.BgClassName
{
background-color: #C0A2BC;
}
</style>
border-color css
<style>
span { border-color: #C0A2BC; }
span { border-color: rgb(192,162,188); }
td.TdClassName
{
border-color: #C0A2BC;
}
.TagClassName
{
border-color: #C0A2BC;
}
</style>