Shades of Lilac #CCA2C5
Tints of Lilac #CCA2C5
RGB
CMYK
RGB Variations
Color information
#CCA2C5 (or 0xCCA2C5) is known color: Lilac. HEX triplet: CC, A2 and C5. RGB value is (204,162,197). Sum of RGB (Red+Green+Blue) = 204+162+197=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C5 is #335D3A. Grayscale: #B2B2B2. Windows color (decimal): -3366203 or 12952268. OLE color: 12952268.
HSL color Cylindrical-coordinate representation of color #CCA2C5: hue angle of 310º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2C5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 197 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.2 |
| HSL | 310º | 0.29% | 0.72% | - |
| HSV(B) | 310º | 0.21% | 0.8% | - |
| XYZ | 47.9 | 42.71 | 58.54 | - |
| YUV | 178.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 197 | 0 | 0.21 | 0.03 | 0.2 | 310 | 0.29 | 0.72 |
| Hex | CC | A2 | C5 | 0 | 15 | 3 | 14 | 136 | 1D | 48 |
| Octal | 314 | 242 | 305 | 0 | 25 | 3 | 24 | 466 | 35 | 110 |
| Binary | 11001100 | 10100010 | 11000101 | 0 | 10101 | 11 | 10100 | 100110110 | 11101 | 1001000 |
Color Harmonies of #CCA2C5
Complementary color
Monochromatic Colors of #CCA2C5
Black with #CCA2C5
Text Example
Text Example
White with #CCA2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2C5; }
p { color: rgb(204,162,197); }
H1.HeaderClassName
{
color: #CCA2C5;
}
.AnyTagClassName
{
color: #CCA2C5;
}
</style>
background-color css
<style>
a { background-color: #CCA2C5; }
a { background-color: rgb(204,162,197); }
div.DivClassName
{
background-color: #CCA2C5;
}
.BgClassName
{
background-color: #CCA2C5;
}
</style>
border-color css
<style>
span { border-color: #CCA2C5; }
span { border-color: rgb(204,162,197); }
td.TdClassName
{
border-color: #CCA2C5;
}
.TagClassName
{
border-color: #CCA2C5;
}
</style>