Shades of Lilac #C3AAC0
Tints of Lilac #C3AAC0
RGB
CMYK
RGB Variations
Color information
#C3AAC0 (or 0xC3AAC0) is known color: Lilac. HEX triplet: C3, AA and C0. RGB value is (195,170,192). Sum of RGB (Red+Green+Blue) = 195+170+192=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAC0 is #3C553F. Grayscale: #B3B3B3. Windows color (decimal): -3953984 or 12626627. OLE color: 12626627.
HSL color Cylindrical-coordinate representation of color #C3AAC0: hue angle of 307.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 192 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.24 |
| HSL | 307.2º | 0.17% | 0.72% | - |
| HSV(B) | 307.2º | 0.13% | 0.76% | - |
| XYZ | 46.39 | 44.16 | 55.95 | - |
| YUV | 179.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 192 | 0 | 0.13 | 0.02 | 0.24 | 307.2 | 0.17 | 0.72 |
| Hex | C3 | AA | C0 | 0 | D | 2 | 18 | 133 | 11 | 48 |
| Octal | 303 | 252 | 300 | 0 | 15 | 2 | 30 | 463 | 21 | 110 |
| Binary | 11000011 | 10101010 | 11000000 | 0 | 1101 | 10 | 11000 | 100110011 | 10001 | 1001000 |
Color Harmonies of #C3AAC0
Complementary color
Monochromatic Colors of #C3AAC0
Black with #C3AAC0
Text Example
Text Example
White with #C3AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAC0; }
p { color: rgb(195,170,192); }
H1.HeaderClassName
{
color: #C3AAC0;
}
.AnyTagClassName
{
color: #C3AAC0;
}
</style>
background-color css
<style>
a { background-color: #C3AAC0; }
a { background-color: rgb(195,170,192); }
div.DivClassName
{
background-color: #C3AAC0;
}
.BgClassName
{
background-color: #C3AAC0;
}
</style>
border-color css
<style>
span { border-color: #C3AAC0; }
span { border-color: rgb(195,170,192); }
td.TdClassName
{
border-color: #C3AAC0;
}
.TagClassName
{
border-color: #C3AAC0;
}
</style>