Shades of Lilac #C4A3BF
Tints of Lilac #C4A3BF
RGB
CMYK
RGB Variations
Color information
#C4A3BF (or 0xC4A3BF) is known color: Lilac. HEX triplet: C4, A3 and BF. RGB value is (196,163,191). Sum of RGB (Red+Green+Blue) = 196+163+191=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A3BF is #3B5C40. Grayscale: #AFAFAF. Windows color (decimal): -3890241 or 12559300. OLE color: 12559300.
HSL color Cylindrical-coordinate representation of color #C4A3BF: hue angle of 309.09º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A3BF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 191 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.23 |
| HSL | 309.09º | 0.22% | 0.7% | - |
| HSV(B) | 309.09º | 0.17% | 0.77% | - |
| XYZ | 45.27 | 41.69 | 54.95 | - |
| YUV | 176.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 191 | 0 | 0.17 | 0.03 | 0.23 | 309.09 | 0.22 | 0.7 |
| Hex | C4 | A3 | BF | 0 | 11 | 3 | 17 | 135 | 16 | 46 |
| Octal | 304 | 243 | 277 | 0 | 21 | 3 | 27 | 465 | 26 | 106 |
| Binary | 11000100 | 10100011 | 10111111 | 0 | 10001 | 11 | 10111 | 100110101 | 10110 | 1000110 |
Color Harmonies of #C4A3BF
Complementary color
Monochromatic Colors of #C4A3BF
Black with #C4A3BF
Text Example
Text Example
White with #C4A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A3BF; }
p { color: rgb(196,163,191); }
H1.HeaderClassName
{
color: #C4A3BF;
}
.AnyTagClassName
{
color: #C4A3BF;
}
</style>
background-color css
<style>
a { background-color: #C4A3BF; }
a { background-color: rgb(196,163,191); }
div.DivClassName
{
background-color: #C4A3BF;
}
.BgClassName
{
background-color: #C4A3BF;
}
</style>
border-color css
<style>
span { border-color: #C4A3BF; }
span { border-color: rgb(196,163,191); }
td.TdClassName
{
border-color: #C4A3BF;
}
.TagClassName
{
border-color: #C4A3BF;
}
</style>