Shades of Lilac #C2ABC0
Tints of Lilac #C2ABC0
RGB
CMYK
RGB Variations
Color information
#C2ABC0 (or 0xC2ABC0) is known color: Lilac. HEX triplet: C2, AB and C0. RGB value is (194,171,192). Sum of RGB (Red+Green+Blue) = 194+171+192=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC0 is #3D543F. Grayscale: #B4B4B4. Windows color (decimal): -4019264 or 12626882. OLE color: 12626882.
HSL color Cylindrical-coordinate representation of color #C2ABC0: hue angle of 305.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABC0 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 192 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.24 |
| HSL | 305.22º | 0.16% | 0.72% | - |
| HSV(B) | 305.22º | 0.12% | 0.76% | - |
| XYZ | 46.33 | 44.4 | 56 | - |
| YUV | 180.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 192 | 0 | 0.12 | 0.01 | 0.24 | 305.22 | 0.16 | 0.72 |
| Hex | C2 | AB | C0 | 0 | C | 1 | 18 | 131 | 10 | 48 |
| Octal | 302 | 253 | 300 | 0 | 14 | 1 | 30 | 461 | 20 | 110 |
| Binary | 11000010 | 10101011 | 11000000 | 0 | 1100 | 1 | 11000 | 100110001 | 10000 | 1001000 |
Color Harmonies of #C2ABC0
Complementary color
Monochromatic Colors of #C2ABC0
Black with #C2ABC0
Text Example
Text Example
White with #C2ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABC0; }
p { color: rgb(194,171,192); }
H1.HeaderClassName
{
color: #C2ABC0;
}
.AnyTagClassName
{
color: #C2ABC0;
}
</style>
background-color css
<style>
a { background-color: #C2ABC0; }
a { background-color: rgb(194,171,192); }
div.DivClassName
{
background-color: #C2ABC0;
}
.BgClassName
{
background-color: #C2ABC0;
}
</style>
border-color css
<style>
span { border-color: #C2ABC0; }
span { border-color: rgb(194,171,192); }
td.TdClassName
{
border-color: #C2ABC0;
}
.TagClassName
{
border-color: #C2ABC0;
}
</style>