Shades of Lily #CCA1BB
Tints of Lily #CCA1BB
RGB
CMYK
RGB Variations
Color information
#CCA1BB (or 0xCCA1BB) is known color: Lily. HEX triplet: CC, A1 and BB. RGB value is (204,161,187). Sum of RGB (Red+Green+Blue) = 204+161+187=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BB is #335E44. Grayscale: #B0B0B0. Windows color (decimal): -3366469 or 12296652. OLE color: 12296652.
HSL color Cylindrical-coordinate representation of color #CCA1BB: hue angle of 323.72º degrees, saturation: 0.3, 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 #CCA1BB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 187 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.2 |
| HSL | 323.72º | 0.3% | 0.72% | - |
| HSV(B) | 323.72º | 0.21% | 0.8% | - |
| XYZ | 46.62 | 41.91 | 52.65 | - |
| YUV | 176.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 187 | 0 | 0.21 | 0.08 | 0.2 | 323.72 | 0.3 | 0.72 |
| Hex | CC | A1 | BB | 0 | 15 | 8 | 14 | 144 | 1E | 48 |
| Octal | 314 | 241 | 273 | 0 | 25 | 10 | 24 | 504 | 36 | 110 |
| Binary | 11001100 | 10100001 | 10111011 | 0 | 10101 | 1000 | 10100 | 101000100 | 11110 | 1001000 |
Color Harmonies of #CCA1BB
Complementary color
Monochromatic Colors of #CCA1BB
Black with #CCA1BB
Text Example
Text Example
White with #CCA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1BB; }
p { color: rgb(204,161,187); }
H1.HeaderClassName
{
color: #CCA1BB;
}
.AnyTagClassName
{
color: #CCA1BB;
}
</style>
background-color css
<style>
a { background-color: #CCA1BB; }
a { background-color: rgb(204,161,187); }
div.DivClassName
{
background-color: #CCA1BB;
}
.BgClassName
{
background-color: #CCA1BB;
}
</style>
border-color css
<style>
span { border-color: #CCA1BB; }
span { border-color: rgb(204,161,187); }
td.TdClassName
{
border-color: #CCA1BB;
}
.TagClassName
{
border-color: #CCA1BB;
}
</style>