Shades of Lilac #C0A3BB
Tints of Lilac #C0A3BB
RGB
CMYK
RGB Variations
Color information
#C0A3BB (or 0xC0A3BB) is known color: Lilac. HEX triplet: C0, A3 and BB. RGB value is (192,163,187). Sum of RGB (Red+Green+Blue) = 192+163+187=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3BB is #3F5C44. Grayscale: #AEAEAE. Windows color (decimal): -4152389 or 12297152. OLE color: 12297152.
HSL color Cylindrical-coordinate representation of color #C0A3BB: hue angle of 310.34º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A3BB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 187 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.25 |
| HSL | 310.34º | 0.19% | 0.7% | - |
| HSV(B) | 310.34º | 0.15% | 0.75% | - |
| XYZ | 43.81 | 40.99 | 52.62 | - |
| YUV | 174.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 187 | 0 | 0.15 | 0.03 | 0.25 | 310.34 | 0.19 | 0.7 |
| Hex | C0 | A3 | BB | 0 | F | 3 | 19 | 136 | 13 | 46 |
| Octal | 300 | 243 | 273 | 0 | 17 | 3 | 31 | 466 | 23 | 106 |
| Binary | 11000000 | 10100011 | 10111011 | 0 | 1111 | 11 | 11001 | 100110110 | 10011 | 1000110 |
Color Harmonies of #C0A3BB
Complementary color
Monochromatic Colors of #C0A3BB
Black with #C0A3BB
Text Example
Text Example
White with #C0A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3BB; }
p { color: rgb(192,163,187); }
H1.HeaderClassName
{
color: #C0A3BB;
}
.AnyTagClassName
{
color: #C0A3BB;
}
</style>
background-color css
<style>
a { background-color: #C0A3BB; }
a { background-color: rgb(192,163,187); }
div.DivClassName
{
background-color: #C0A3BB;
}
.BgClassName
{
background-color: #C0A3BB;
}
</style>
border-color css
<style>
span { border-color: #C0A3BB; }
span { border-color: rgb(192,163,187); }
td.TdClassName
{
border-color: #C0A3BB;
}
.TagClassName
{
border-color: #C0A3BB;
}
</style>