Shades of Lilac #C2A0C0
Tints of Lilac #C2A0C0
RGB
CMYK
RGB Variations
Color information
#C2A0C0 (or 0xC2A0C0) is known color: Lilac. HEX triplet: C2, A0 and C0. RGB value is (194,160,192). Sum of RGB (Red+Green+Blue) = 194+160+192=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0C0 is #3D5F3F. Grayscale: #ADADAD. Windows color (decimal): -4022080 or 12624066. OLE color: 12624066.
HSL color Cylindrical-coordinate representation of color #C2A0C0: hue angle of 303.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0C0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 192 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.24 |
| HSL | 303.53º | 0.22% | 0.69% | - |
| HSV(B) | 303.53º | 0.18% | 0.76% | - |
| XYZ | 44.33 | 40.42 | 55.33 | - |
| YUV | 173.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 192 | 0 | 0.18 | 0.01 | 0.24 | 303.53 | 0.22 | 0.69 |
| Hex | C2 | A0 | C0 | 0 | 12 | 1 | 18 | 130 | 16 | 45 |
| Octal | 302 | 240 | 300 | 0 | 22 | 1 | 30 | 460 | 26 | 105 |
| Binary | 11000010 | 10100000 | 11000000 | 0 | 10010 | 1 | 11000 | 100110000 | 10110 | 1000101 |
Color Harmonies of #C2A0C0
Complementary color
Monochromatic Colors of #C2A0C0
Black with #C2A0C0
Text Example
Text Example
White with #C2A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0C0; }
p { color: rgb(194,160,192); }
H1.HeaderClassName
{
color: #C2A0C0;
}
.AnyTagClassName
{
color: #C2A0C0;
}
</style>
background-color css
<style>
a { background-color: #C2A0C0; }
a { background-color: rgb(194,160,192); }
div.DivClassName
{
background-color: #C2A0C0;
}
.BgClassName
{
background-color: #C2A0C0;
}
</style>
border-color css
<style>
span { border-color: #C2A0C0; }
span { border-color: rgb(194,160,192); }
td.TdClassName
{
border-color: #C2A0C0;
}
.TagClassName
{
border-color: #C2A0C0;
}
</style>