Shades of Lilac #C2A0BF
Tints of Lilac #C2A0BF
RGB
CMYK
RGB Variations
Color information
#C2A0BF (or 0xC2A0BF) is known color: Lilac. HEX triplet: C2, A0 and BF. RGB value is (194,160,191). Sum of RGB (Red+Green+Blue) = 194+160+191=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0BF is #3D5F40. Grayscale: #ADADAD. Windows color (decimal): -4022081 or 12558530. OLE color: 12558530.
HSL color Cylindrical-coordinate representation of color #C2A0BF: hue angle of 305.29º 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 #C2A0BF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 191 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.24 |
| HSL | 305.29º | 0.22% | 0.69% | - |
| HSV(B) | 305.29º | 0.18% | 0.76% | - |
| XYZ | 44.22 | 40.37 | 54.75 | - |
| YUV | 173.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 191 | 0 | 0.18 | 0.02 | 0.24 | 305.29 | 0.22 | 0.69 |
| Hex | C2 | A0 | BF | 0 | 12 | 2 | 18 | 131 | 16 | 45 |
| Octal | 302 | 240 | 277 | 0 | 22 | 2 | 30 | 461 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10111111 | 0 | 10010 | 10 | 11000 | 100110001 | 10110 | 1000101 |
Color Harmonies of #C2A0BF
Complementary color
Monochromatic Colors of #C2A0BF
Black with #C2A0BF
Text Example
Text Example
White with #C2A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0BF; }
p { color: rgb(194,160,191); }
H1.HeaderClassName
{
color: #C2A0BF;
}
.AnyTagClassName
{
color: #C2A0BF;
}
</style>
background-color css
<style>
a { background-color: #C2A0BF; }
a { background-color: rgb(194,160,191); }
div.DivClassName
{
background-color: #C2A0BF;
}
.BgClassName
{
background-color: #C2A0BF;
}
</style>
border-color css
<style>
span { border-color: #C2A0BF; }
span { border-color: rgb(194,160,191); }
td.TdClassName
{
border-color: #C2A0BF;
}
.TagClassName
{
border-color: #C2A0BF;
}
</style>