Shades of Lilac #C2AAC1
Tints of Lilac #C2AAC1
RGB
CMYK
RGB Variations
Color information
#C2AAC1 (or 0xC2AAC1) is known color: Lilac. HEX triplet: C2, AA and C1. RGB value is (194,170,193). Sum of RGB (Red+Green+Blue) = 194+170+193=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC1 is #3D553E. Grayscale: #B3B3B3. Windows color (decimal): -4019519 or 12692162. OLE color: 12692162.
HSL color Cylindrical-coordinate representation of color #C2AAC1: hue angle of 302.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAC1 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 193 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.24 |
| HSL | 302.5º | 0.16% | 0.71% | - |
| HSV(B) | 302.5º | 0.12% | 0.76% | - |
| XYZ | 46.25 | 44.07 | 56.52 | - |
| YUV | 179.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 193 | 0 | 0.12 | 0.01 | 0.24 | 302.5 | 0.16 | 0.71 |
| Hex | C2 | AA | C1 | 0 | C | 1 | 18 | 12E | 10 | 47 |
| Octal | 302 | 252 | 301 | 0 | 14 | 1 | 30 | 456 | 20 | 107 |
| Binary | 11000010 | 10101010 | 11000001 | 0 | 1100 | 1 | 11000 | 100101110 | 10000 | 1000111 |
Color Harmonies of #C2AAC1
Complementary color
Monochromatic Colors of #C2AAC1
Black with #C2AAC1
Text Example
Text Example
White with #C2AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAC1; }
p { color: rgb(194,170,193); }
H1.HeaderClassName
{
color: #C2AAC1;
}
.AnyTagClassName
{
color: #C2AAC1;
}
</style>
background-color css
<style>
a { background-color: #C2AAC1; }
a { background-color: rgb(194,170,193); }
div.DivClassName
{
background-color: #C2AAC1;
}
.BgClassName
{
background-color: #C2AAC1;
}
</style>
border-color css
<style>
span { border-color: #C2AAC1; }
span { border-color: rgb(194,170,193); }
td.TdClassName
{
border-color: #C2AAC1;
}
.TagClassName
{
border-color: #C2AAC1;
}
</style>