Shades of Lilac #CCA6CA
Tints of Lilac #CCA6CA
RGB
CMYK
RGB Variations
Color information
#CCA6CA (or 0xCCA6CA) is known color: Lilac. HEX triplet: CC, A6 and CA. RGB value is (204,166,202). Sum of RGB (Red+Green+Blue) = 204+166+202=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6CA is #335935. Grayscale: #B5B5B5. Windows color (decimal): -3365174 or 13280972. OLE color: 13280972.
HSL color Cylindrical-coordinate representation of color #CCA6CA: hue angle of 303.16º 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 #CCA6CA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 202 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.2 |
| HSL | 303.16º | 0.27% | 0.73% | - |
| HSV(B) | 303.16º | 0.19% | 0.8% | - |
| XYZ | 49.2 | 44.37 | 61.85 | - |
| YUV | 181.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 202 | 0 | 0.19 | 0.01 | 0.2 | 303.16 | 0.27 | 0.73 |
| Hex | CC | A6 | CA | 0 | 13 | 1 | 14 | 12F | 1B | 49 |
| Octal | 314 | 246 | 312 | 0 | 23 | 1 | 24 | 457 | 33 | 111 |
| Binary | 11001100 | 10100110 | 11001010 | 0 | 10011 | 1 | 10100 | 100101111 | 11011 | 1001001 |
Color Harmonies of #CCA6CA
Complementary color
Monochromatic Colors of #CCA6CA
Black with #CCA6CA
Text Example
Text Example
White with #CCA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6CA; }
p { color: rgb(204,166,202); }
H1.HeaderClassName
{
color: #CCA6CA;
}
.AnyTagClassName
{
color: #CCA6CA;
}
</style>
background-color css
<style>
a { background-color: #CCA6CA; }
a { background-color: rgb(204,166,202); }
div.DivClassName
{
background-color: #CCA6CA;
}
.BgClassName
{
background-color: #CCA6CA;
}
</style>
border-color css
<style>
span { border-color: #CCA6CA; }
span { border-color: rgb(204,166,202); }
td.TdClassName
{
border-color: #CCA6CA;
}
.TagClassName
{
border-color: #CCA6CA;
}
</style>