Shades of Lilac #CCA0C5
Tints of Lilac #CCA0C5
RGB
CMYK
RGB Variations
Color information
#CCA0C5 (or 0xCCA0C5) is known color: Lilac. HEX triplet: CC, A0 and C5. RGB value is (204,160,197). Sum of RGB (Red+Green+Blue) = 204+160+197=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C5 is #335F3A. Grayscale: #B1B1B1. Windows color (decimal): -3366715 or 12951756. OLE color: 12951756.
HSL color Cylindrical-coordinate representation of color #CCA0C5: hue angle of 309.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0C5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 160 | 197 | - |
CMYK | 0 | 0.22 | 0.03 | 0.2 |
HSL | 309.55º | 0.3% | 0.71% | - |
HSV(B) | 309.55º | 0.22% | 0.8% | - |
XYZ | 47.55 | 42.01 | 58.43 | - |
YUV | 177.37 | 139.08 | 146.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 160 | 197 | 0 | 0.22 | 0.03 | 0.2 | 309.55 | 0.3 | 0.71 |
Hex | CC | A0 | C5 | 0 | 16 | 3 | 14 | 136 | 1E | 47 |
Octal | 314 | 240 | 305 | 0 | 26 | 3 | 24 | 466 | 36 | 107 |
Binary | 11001100 | 10100000 | 11000101 | 0 | 10110 | 11 | 10100 | 100110110 | 11110 | 1000111 |
Color Harmonies of #CCA0C5
Complementary color
Monochromatic Colors of #CCA0C5
Black with #CCA0C5
Text Example
Text Example
White with #CCA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0C5; }
p { color: rgb(204,160,197); }
H1.HeaderClassName
{
color: #CCA0C5;
}
.AnyTagClassName
{
color: #CCA0C5;
}
</style>
background-color css
<style>
a { background-color: #CCA0C5; }
a { background-color: rgb(204,160,197); }
div.DivClassName
{
background-color: #CCA0C5;
}
.BgClassName
{
background-color: #CCA0C5;
}
</style>
border-color css
<style>
span { border-color: #CCA0C5; }
span { border-color: rgb(204,160,197); }
td.TdClassName
{
border-color: #CCA0C5;
}
.TagClassName
{
border-color: #CCA0C5;
}
</style>