Shades of Lilac #C4AAC3
Tints of Lilac #C4AAC3
RGB
CMYK
RGB Variations
Color information
#C4AAC3 (or 0xC4AAC3) is known color: Lilac. HEX triplet: C4, AA and C3. RGB value is (196,170,195). Sum of RGB (Red+Green+Blue) = 196+170+195=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAC3 is #3B553C. Grayscale: #B4B4B4. Windows color (decimal): -3888445 or 12823236. OLE color: 12823236.
HSL color Cylindrical-coordinate representation of color #C4AAC3: hue angle of 302.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAC3 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 195 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.23 |
| HSL | 302.31º | 0.18% | 0.72% | - |
| HSV(B) | 302.31º | 0.13% | 0.77% | - |
| XYZ | 46.99 | 44.43 | 57.73 | - |
| YUV | 180.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 195 | 0 | 0.13 | 0.01 | 0.23 | 302.31 | 0.18 | 0.72 |
| Hex | C4 | AA | C3 | 0 | D | 1 | 17 | 12E | 12 | 48 |
| Octal | 304 | 252 | 303 | 0 | 15 | 1 | 27 | 456 | 22 | 110 |
| Binary | 11000100 | 10101010 | 11000011 | 0 | 1101 | 1 | 10111 | 100101110 | 10010 | 1001000 |
Color Harmonies of #C4AAC3
Complementary color
Monochromatic Colors of #C4AAC3
Black with #C4AAC3
Text Example
Text Example
White with #C4AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAC3; }
p { color: rgb(196,170,195); }
H1.HeaderClassName
{
color: #C4AAC3;
}
.AnyTagClassName
{
color: #C4AAC3;
}
</style>
background-color css
<style>
a { background-color: #C4AAC3; }
a { background-color: rgb(196,170,195); }
div.DivClassName
{
background-color: #C4AAC3;
}
.BgClassName
{
background-color: #C4AAC3;
}
</style>
border-color css
<style>
span { border-color: #C4AAC3; }
span { border-color: rgb(196,170,195); }
td.TdClassName
{
border-color: #C4AAC3;
}
.TagClassName
{
border-color: #C4AAC3;
}
</style>