Shades of Lilac #C3A0BF
Tints of Lilac #C3A0BF
RGB
CMYK
RGB Variations
Color information
#C3A0BF (or 0xC3A0BF) is known color: Lilac. HEX triplet: C3, A0 and BF. RGB value is (195,160,191). Sum of RGB (Red+Green+Blue) = 195+160+191=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A0BF is #3C5F40. Grayscale: #ADADAD. Windows color (decimal): -3956545 or 12558531. OLE color: 12558531.
HSL color Cylindrical-coordinate representation of color #C3A0BF: hue angle of 306.86º 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 #C3A0BF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 191 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.24 |
| HSL | 306.86º | 0.23% | 0.7% | - |
| HSV(B) | 306.86º | 0.18% | 0.76% | - |
| XYZ | 44.48 | 40.51 | 54.76 | - |
| YUV | 174 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 191 | 0 | 0.18 | 0.02 | 0.24 | 306.86 | 0.23 | 0.7 |
| Hex | C3 | A0 | BF | 0 | 12 | 2 | 18 | 133 | 17 | 46 |
| Octal | 303 | 240 | 277 | 0 | 22 | 2 | 30 | 463 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10111111 | 0 | 10010 | 10 | 11000 | 100110011 | 10111 | 1000110 |
Color Harmonies of #C3A0BF
Complementary color
Monochromatic Colors of #C3A0BF
Black with #C3A0BF
Text Example
Text Example
White with #C3A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0BF; }
p { color: rgb(195,160,191); }
H1.HeaderClassName
{
color: #C3A0BF;
}
.AnyTagClassName
{
color: #C3A0BF;
}
</style>
background-color css
<style>
a { background-color: #C3A0BF; }
a { background-color: rgb(195,160,191); }
div.DivClassName
{
background-color: #C3A0BF;
}
.BgClassName
{
background-color: #C3A0BF;
}
</style>
border-color css
<style>
span { border-color: #C3A0BF; }
span { border-color: rgb(195,160,191); }
td.TdClassName
{
border-color: #C3A0BF;
}
.TagClassName
{
border-color: #C3A0BF;
}
</style>