Shades of Lily #CCA0BD
Tints of Lily #CCA0BD
RGB
CMYK
RGB Variations
Color information
#CCA0BD (or 0xCCA0BD) is known color: Lily. HEX triplet: CC, A0 and BD. RGB value is (204,160,189). Sum of RGB (Red+Green+Blue) = 204+160+189=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BD is #335F42. Grayscale: #B0B0B0. Windows color (decimal): -3366723 or 12427468. OLE color: 12427468.
HSL color Cylindrical-coordinate representation of color #CCA0BD: hue angle of 320.45º 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 #CCA0BD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 189 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.2 |
| HSL | 320.45º | 0.3% | 0.71% | - |
| HSV(B) | 320.45º | 0.22% | 0.8% | - |
| XYZ | 46.66 | 41.65 | 53.72 | - |
| YUV | 176.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 189 | 0 | 0.22 | 0.07 | 0.2 | 320.45 | 0.3 | 0.71 |
| Hex | CC | A0 | BD | 0 | 16 | 7 | 14 | 140 | 1E | 47 |
| Octal | 314 | 240 | 275 | 0 | 26 | 7 | 24 | 500 | 36 | 107 |
| Binary | 11001100 | 10100000 | 10111101 | 0 | 10110 | 111 | 10100 | 101000000 | 11110 | 1000111 |
Color Harmonies of #CCA0BD
Complementary color
Monochromatic Colors of #CCA0BD
Black with #CCA0BD
Text Example
Text Example
White with #CCA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0BD; }
p { color: rgb(204,160,189); }
H1.HeaderClassName
{
color: #CCA0BD;
}
.AnyTagClassName
{
color: #CCA0BD;
}
</style>
background-color css
<style>
a { background-color: #CCA0BD; }
a { background-color: rgb(204,160,189); }
div.DivClassName
{
background-color: #CCA0BD;
}
.BgClassName
{
background-color: #CCA0BD;
}
</style>
border-color css
<style>
span { border-color: #CCA0BD; }
span { border-color: rgb(204,160,189); }
td.TdClassName
{
border-color: #CCA0BD;
}
.TagClassName
{
border-color: #CCA0BD;
}
</style>