Shades of Lilac #C2A6BF
Tints of Lilac #C2A6BF
RGB
CMYK
RGB Variations
Color information
#C2A6BF (or 0xC2A6BF) is known color: Lilac. HEX triplet: C2, A6 and BF. RGB value is (194,166,191). Sum of RGB (Red+Green+Blue) = 194+166+191=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6BF is #3D5940. Grayscale: #B1B1B1. Windows color (decimal): -4020545 or 12560066. OLE color: 12560066.
HSL color Cylindrical-coordinate representation of color #C2A6BF: hue angle of 306.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6BF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 191 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.24 |
| HSL | 306.43º | 0.19% | 0.71% | - |
| HSV(B) | 306.43º | 0.14% | 0.76% | - |
| XYZ | 45.29 | 42.5 | 55.11 | - |
| YUV | 177.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 191 | 0 | 0.14 | 0.02 | 0.24 | 306.43 | 0.19 | 0.71 |
| Hex | C2 | A6 | BF | 0 | E | 2 | 18 | 132 | 13 | 47 |
| Octal | 302 | 246 | 277 | 0 | 16 | 2 | 30 | 462 | 23 | 107 |
| Binary | 11000010 | 10100110 | 10111111 | 0 | 1110 | 10 | 11000 | 100110010 | 10011 | 1000111 |
Color Harmonies of #C2A6BF
Complementary color
Monochromatic Colors of #C2A6BF
Black with #C2A6BF
Text Example
Text Example
White with #C2A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6BF; }
p { color: rgb(194,166,191); }
H1.HeaderClassName
{
color: #C2A6BF;
}
.AnyTagClassName
{
color: #C2A6BF;
}
</style>
background-color css
<style>
a { background-color: #C2A6BF; }
a { background-color: rgb(194,166,191); }
div.DivClassName
{
background-color: #C2A6BF;
}
.BgClassName
{
background-color: #C2A6BF;
}
</style>
border-color css
<style>
span { border-color: #C2A6BF; }
span { border-color: rgb(194,166,191); }
td.TdClassName
{
border-color: #C2A6BF;
}
.TagClassName
{
border-color: #C2A6BF;
}
</style>