Shades of Lilac #C2A9C0
Tints of Lilac #C2A9C0
RGB
CMYK
RGB Variations
Color information
#C2A9C0 (or 0xC2A9C0) is known color: Lilac. HEX triplet: C2, A9 and C0. RGB value is (194,169,192). Sum of RGB (Red+Green+Blue) = 194+169+192=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9C0 is #3D563F. Grayscale: #B3B3B3. Windows color (decimal): -4019776 or 12626370. OLE color: 12626370.
HSL color Cylindrical-coordinate representation of color #C2A9C0: hue angle of 304.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A9C0 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 192 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.24 |
| HSL | 304.8º | 0.17% | 0.71% | - |
| HSV(B) | 304.8º | 0.13% | 0.76% | - |
| XYZ | 45.95 | 43.65 | 55.87 | - |
| YUV | 179.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 192 | 0 | 0.13 | 0.01 | 0.24 | 304.8 | 0.17 | 0.71 |
| Hex | C2 | A9 | C0 | 0 | D | 1 | 18 | 131 | 11 | 47 |
| Octal | 302 | 251 | 300 | 0 | 15 | 1 | 30 | 461 | 21 | 107 |
| Binary | 11000010 | 10101001 | 11000000 | 0 | 1101 | 1 | 11000 | 100110001 | 10001 | 1000111 |
Color Harmonies of #C2A9C0
Complementary color
Monochromatic Colors of #C2A9C0
Black with #C2A9C0
Text Example
Text Example
White with #C2A9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9C0; }
p { color: rgb(194,169,192); }
H1.HeaderClassName
{
color: #C2A9C0;
}
.AnyTagClassName
{
color: #C2A9C0;
}
</style>
background-color css
<style>
a { background-color: #C2A9C0; }
a { background-color: rgb(194,169,192); }
div.DivClassName
{
background-color: #C2A9C0;
}
.BgClassName
{
background-color: #C2A9C0;
}
</style>
border-color css
<style>
span { border-color: #C2A9C0; }
span { border-color: rgb(194,169,192); }
td.TdClassName
{
border-color: #C2A9C0;
}
.TagClassName
{
border-color: #C2A9C0;
}
</style>