Shades of Lilac #CCA2CA
Tints of Lilac #CCA2CA
RGB
CMYK
RGB Variations
Color information
#CCA2CA (or 0xCCA2CA) is known color: Lilac. HEX triplet: CC, A2 and CA. RGB value is (204,162,202). Sum of RGB (Red+Green+Blue) = 204+162+202=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CA is #335D35. Grayscale: #B3B3B3. Windows color (decimal): -3366198 or 13279948. OLE color: 13279948.
HSL color Cylindrical-coordinate representation of color #CCA2CA: hue angle of 302.86º 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 #CCA2CA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 202 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.2 |
| HSL | 302.86º | 0.29% | 0.72% | - |
| HSV(B) | 302.86º | 0.21% | 0.8% | - |
| XYZ | 48.48 | 42.94 | 61.61 | - |
| YUV | 179.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 202 | 0 | 0.21 | 0.01 | 0.2 | 302.86 | 0.29 | 0.72 |
| Hex | CC | A2 | CA | 0 | 15 | 1 | 14 | 12F | 1D | 48 |
| Octal | 314 | 242 | 312 | 0 | 25 | 1 | 24 | 457 | 35 | 110 |
| Binary | 11001100 | 10100010 | 11001010 | 0 | 10101 | 1 | 10100 | 100101111 | 11101 | 1001000 |
Color Harmonies of #CCA2CA
Complementary color
Monochromatic Colors of #CCA2CA
Black with #CCA2CA
Text Example
Text Example
White with #CCA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2CA; }
p { color: rgb(204,162,202); }
H1.HeaderClassName
{
color: #CCA2CA;
}
.AnyTagClassName
{
color: #CCA2CA;
}
</style>
background-color css
<style>
a { background-color: #CCA2CA; }
a { background-color: rgb(204,162,202); }
div.DivClassName
{
background-color: #CCA2CA;
}
.BgClassName
{
background-color: #CCA2CA;
}
</style>
border-color css
<style>
span { border-color: #CCA2CA; }
span { border-color: rgb(204,162,202); }
td.TdClassName
{
border-color: #CCA2CA;
}
.TagClassName
{
border-color: #CCA2CA;
}
</style>