Shades of Lilac #C0A1BC
Tints of Lilac #C0A1BC
RGB
CMYK
RGB Variations
Color information
#C0A1BC (or 0xC0A1BC) is known color: Lilac. HEX triplet: C0, A1 and BC. RGB value is (192,161,188). Sum of RGB (Red+Green+Blue) = 192+161+188=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1BC is #3F5E43. Grayscale: #ADADAD. Windows color (decimal): -4152900 or 12362176. OLE color: 12362176.
HSL color Cylindrical-coordinate representation of color #C0A1BC: hue angle of 307.74º degrees, saturation: 0.2, 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 #C0A1BC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 188 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.25 |
| HSL | 307.74º | 0.2% | 0.69% | - |
| HSV(B) | 307.74º | 0.16% | 0.75% | - |
| XYZ | 43.56 | 40.33 | 53.06 | - |
| YUV | 173.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 188 | 0 | 0.16 | 0.02 | 0.25 | 307.74 | 0.2 | 0.69 |
| Hex | C0 | A1 | BC | 0 | 10 | 2 | 19 | 134 | 14 | 45 |
| Octal | 300 | 241 | 274 | 0 | 20 | 2 | 31 | 464 | 24 | 105 |
| Binary | 11000000 | 10100001 | 10111100 | 0 | 10000 | 10 | 11001 | 100110100 | 10100 | 1000101 |
Color Harmonies of #C0A1BC
Complementary color
Monochromatic Colors of #C0A1BC
Black with #C0A1BC
Text Example
Text Example
White with #C0A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1BC; }
p { color: rgb(192,161,188); }
H1.HeaderClassName
{
color: #C0A1BC;
}
.AnyTagClassName
{
color: #C0A1BC;
}
</style>
background-color css
<style>
a { background-color: #C0A1BC; }
a { background-color: rgb(192,161,188); }
div.DivClassName
{
background-color: #C0A1BC;
}
.BgClassName
{
background-color: #C0A1BC;
}
</style>
border-color css
<style>
span { border-color: #C0A1BC; }
span { border-color: rgb(192,161,188); }
td.TdClassName
{
border-color: #C0A1BC;
}
.TagClassName
{
border-color: #C0A1BC;
}
</style>