Shades of Lilac #CCA6C5
Tints of Lilac #CCA6C5
RGB
CMYK
RGB Variations
Color information
#CCA6C5 (or 0xCCA6C5) is known color: Lilac. HEX triplet: CC, A6 and C5. RGB value is (204,166,197). Sum of RGB (Red+Green+Blue) = 204+166+197=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6C5 is #33593A. Grayscale: #B4B4B4. Windows color (decimal): -3365179 or 12953292. OLE color: 12953292.
HSL color Cylindrical-coordinate representation of color #CCA6C5: hue angle of 311.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6C5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 197 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.2 |
| HSL | 311.05º | 0.27% | 0.73% | - |
| HSV(B) | 311.05º | 0.19% | 0.8% | - |
| XYZ | 48.62 | 44.14 | 58.78 | - |
| YUV | 180.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 197 | 0 | 0.19 | 0.03 | 0.2 | 311.05 | 0.27 | 0.73 |
| Hex | CC | A6 | C5 | 0 | 13 | 3 | 14 | 137 | 1B | 49 |
| Octal | 314 | 246 | 305 | 0 | 23 | 3 | 24 | 467 | 33 | 111 |
| Binary | 11001100 | 10100110 | 11000101 | 0 | 10011 | 11 | 10100 | 100110111 | 11011 | 1001001 |
Color Harmonies of #CCA6C5
Complementary color
Monochromatic Colors of #CCA6C5
Black with #CCA6C5
Text Example
Text Example
White with #CCA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6C5; }
p { color: rgb(204,166,197); }
H1.HeaderClassName
{
color: #CCA6C5;
}
.AnyTagClassName
{
color: #CCA6C5;
}
</style>
background-color css
<style>
a { background-color: #CCA6C5; }
a { background-color: rgb(204,166,197); }
div.DivClassName
{
background-color: #CCA6C5;
}
.BgClassName
{
background-color: #CCA6C5;
}
</style>
border-color css
<style>
span { border-color: #CCA6C5; }
span { border-color: rgb(204,166,197); }
td.TdClassName
{
border-color: #CCA6C5;
}
.TagClassName
{
border-color: #CCA6C5;
}
</style>