Shades of Lily #CCA2BB
Tints of Lily #CCA2BB
RGB
CMYK
RGB Variations
Color information
#CCA2BB (or 0xCCA2BB) is known color: Lily. HEX triplet: CC, A2 and BB. RGB value is (204,162,187). Sum of RGB (Red+Green+Blue) = 204+162+187=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BB is #335D44. Grayscale: #B1B1B1. Windows color (decimal): -3366213 or 12296908. OLE color: 12296908.
HSL color Cylindrical-coordinate representation of color #CCA2BB: hue angle of 324.29º 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 #CCA2BB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 187 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.2 |
| HSL | 324.29º | 0.29% | 0.72% | - |
| HSV(B) | 324.29º | 0.21% | 0.8% | - |
| XYZ | 46.79 | 42.27 | 52.71 | - |
| YUV | 177.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 187 | 0 | 0.21 | 0.08 | 0.2 | 324.29 | 0.29 | 0.72 |
| Hex | CC | A2 | BB | 0 | 15 | 8 | 14 | 144 | 1D | 48 |
| Octal | 314 | 242 | 273 | 0 | 25 | 10 | 24 | 504 | 35 | 110 |
| Binary | 11001100 | 10100010 | 10111011 | 0 | 10101 | 1000 | 10100 | 101000100 | 11101 | 1001000 |
Color Harmonies of #CCA2BB
Complementary color
Monochromatic Colors of #CCA2BB
Black with #CCA2BB
Text Example
Text Example
White with #CCA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2BB; }
p { color: rgb(204,162,187); }
H1.HeaderClassName
{
color: #CCA2BB;
}
.AnyTagClassName
{
color: #CCA2BB;
}
</style>
background-color css
<style>
a { background-color: #CCA2BB; }
a { background-color: rgb(204,162,187); }
div.DivClassName
{
background-color: #CCA2BB;
}
.BgClassName
{
background-color: #CCA2BB;
}
</style>
border-color css
<style>
span { border-color: #CCA2BB; }
span { border-color: rgb(204,162,187); }
td.TdClassName
{
border-color: #CCA2BB;
}
.TagClassName
{
border-color: #CCA2BB;
}
</style>