Shades of Lilac #C2A8BE
Tints of Lilac #C2A8BE
RGB
CMYK
RGB Variations
Color information
#C2A8BE (or 0xC2A8BE) is known color: Lilac. HEX triplet: C2, A8 and BE. RGB value is (194,168,190). Sum of RGB (Red+Green+Blue) = 194+168+190=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8BE is #3D5741. Grayscale: #B2B2B2. Windows color (decimal): -4020034 or 12495042. OLE color: 12495042.
HSL color Cylindrical-coordinate representation of color #C2A8BE: hue angle of 309.23º degrees, saturation: 0.18, 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 #C2A8BE is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 190 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.24 |
| HSL | 309.23º | 0.18% | 0.71% | - |
| HSV(B) | 309.23º | 0.13% | 0.76% | - |
| XYZ | 45.55 | 43.19 | 54.65 | - |
| YUV | 178.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 190 | 0 | 0.13 | 0.02 | 0.24 | 309.23 | 0.18 | 0.71 |
| Hex | C2 | A8 | BE | 0 | D | 2 | 18 | 135 | 12 | 47 |
| Octal | 302 | 250 | 276 | 0 | 15 | 2 | 30 | 465 | 22 | 107 |
| Binary | 11000010 | 10101000 | 10111110 | 0 | 1101 | 10 | 11000 | 100110101 | 10010 | 1000111 |
Color Harmonies of #C2A8BE
Complementary color
Monochromatic Colors of #C2A8BE
Black with #C2A8BE
Text Example
Text Example
White with #C2A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8BE; }
p { color: rgb(194,168,190); }
H1.HeaderClassName
{
color: #C2A8BE;
}
.AnyTagClassName
{
color: #C2A8BE;
}
</style>
background-color css
<style>
a { background-color: #C2A8BE; }
a { background-color: rgb(194,168,190); }
div.DivClassName
{
background-color: #C2A8BE;
}
.BgClassName
{
background-color: #C2A8BE;
}
</style>
border-color css
<style>
span { border-color: #C2A8BE; }
span { border-color: rgb(194,168,190); }
td.TdClassName
{
border-color: #C2A8BE;
}
.TagClassName
{
border-color: #C2A8BE;
}
</style>