Shades of Lilac #C2ABC1
Tints of Lilac #C2ABC1
RGB
CMYK
RGB Variations
Color information
#C2ABC1 (or 0xC2ABC1) is known color: Lilac. HEX triplet: C2, AB and C1. RGB value is (194,171,193). Sum of RGB (Red+Green+Blue) = 194+171+193=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC1 is #3D543E. Grayscale: #B4B4B4. Windows color (decimal): -4019263 or 12692418. OLE color: 12692418.
HSL color Cylindrical-coordinate representation of color #C2ABC1: hue angle of 302.61º 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 #C2ABC1 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 193 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.24 |
| HSL | 302.61º | 0.16% | 0.72% | - |
| HSV(B) | 302.61º | 0.12% | 0.76% | - |
| XYZ | 46.44 | 44.45 | 56.58 | - |
| YUV | 180.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 193 | 0 | 0.12 | 0.01 | 0.24 | 302.61 | 0.16 | 0.72 |
| Hex | C2 | AB | C1 | 0 | C | 1 | 18 | 12F | 10 | 48 |
| Octal | 302 | 253 | 301 | 0 | 14 | 1 | 30 | 457 | 20 | 110 |
| Binary | 11000010 | 10101011 | 11000001 | 0 | 1100 | 1 | 11000 | 100101111 | 10000 | 1001000 |
Color Harmonies of #C2ABC1
Complementary color
Monochromatic Colors of #C2ABC1
Black with #C2ABC1
Text Example
Text Example
White with #C2ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABC1; }
p { color: rgb(194,171,193); }
H1.HeaderClassName
{
color: #C2ABC1;
}
.AnyTagClassName
{
color: #C2ABC1;
}
</style>
background-color css
<style>
a { background-color: #C2ABC1; }
a { background-color: rgb(194,171,193); }
div.DivClassName
{
background-color: #C2ABC1;
}
.BgClassName
{
background-color: #C2ABC1;
}
</style>
border-color css
<style>
span { border-color: #C2ABC1; }
span { border-color: rgb(194,171,193); }
td.TdClassName
{
border-color: #C2ABC1;
}
.TagClassName
{
border-color: #C2ABC1;
}
</style>