Shades of Lilac #C3A0BE
Tints of Lilac #C3A0BE
RGB
CMYK
RGB Variations
Color information
#C3A0BE (or 0xC3A0BE) is known color: Lilac. HEX triplet: C3, A0 and BE. RGB value is (195,160,190). Sum of RGB (Red+Green+Blue) = 195+160+190=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A0BE is #3C5F41. Grayscale: #ADADAD. Windows color (decimal): -3956546 or 12492995. OLE color: 12492995.
HSL color Cylindrical-coordinate representation of color #C3A0BE: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A0BE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 190 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.24 |
| HSL | 308.57º | 0.23% | 0.7% | - |
| HSV(B) | 308.57º | 0.18% | 0.76% | - |
| XYZ | 44.37 | 40.46 | 54.19 | - |
| YUV | 173.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 190 | 0 | 0.18 | 0.03 | 0.24 | 308.57 | 0.23 | 0.7 |
| Hex | C3 | A0 | BE | 0 | 12 | 3 | 18 | 135 | 17 | 46 |
| Octal | 303 | 240 | 276 | 0 | 22 | 3 | 30 | 465 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10111110 | 0 | 10010 | 11 | 11000 | 100110101 | 10111 | 1000110 |
Color Harmonies of #C3A0BE
Complementary color
Monochromatic Colors of #C3A0BE
Black with #C3A0BE
Text Example
Text Example
White with #C3A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0BE; }
p { color: rgb(195,160,190); }
H1.HeaderClassName
{
color: #C3A0BE;
}
.AnyTagClassName
{
color: #C3A0BE;
}
</style>
background-color css
<style>
a { background-color: #C3A0BE; }
a { background-color: rgb(195,160,190); }
div.DivClassName
{
background-color: #C3A0BE;
}
.BgClassName
{
background-color: #C3A0BE;
}
</style>
border-color css
<style>
span { border-color: #C3A0BE; }
span { border-color: rgb(195,160,190); }
td.TdClassName
{
border-color: #C3A0BE;
}
.TagClassName
{
border-color: #C3A0BE;
}
</style>