Shades of Lily #CCA2B1
Tints of Lily #CCA2B1
RGB
CMYK
RGB Variations
Color information
#CCA2B1 (or 0xCCA2B1) is known color: Lily. HEX triplet: CC, A2 and B1. RGB value is (204,162,177). Sum of RGB (Red+Green+Blue) = 204+162+177=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2B1 is #335D4E. Grayscale: #B0B0B0. Windows color (decimal): -3366223 or 11641548. OLE color: 11641548.
HSL color Cylindrical-coordinate representation of color #CCA2B1: hue angle of 338.57º 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 #CCA2B1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 177 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.2 |
| HSL | 338.57º | 0.29% | 0.72% | - |
| HSV(B) | 338.57º | 0.21% | 0.8% | - |
| XYZ | 45.76 | 41.85 | 47.26 | - |
| YUV | 176.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 177 | 0 | 0.21 | 0.13 | 0.2 | 338.57 | 0.29 | 0.72 |
| Hex | CC | A2 | B1 | 0 | 15 | D | 14 | 153 | 1D | 48 |
| Octal | 314 | 242 | 261 | 0 | 25 | 15 | 24 | 523 | 35 | 110 |
| Binary | 11001100 | 10100010 | 10110001 | 0 | 10101 | 1101 | 10100 | 101010011 | 11101 | 1001000 |
Color Harmonies of #CCA2B1
Complementary color
Monochromatic Colors of #CCA2B1
Black with #CCA2B1
Text Example
Text Example
White with #CCA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2B1; }
p { color: rgb(204,162,177); }
H1.HeaderClassName
{
color: #CCA2B1;
}
.AnyTagClassName
{
color: #CCA2B1;
}
</style>
background-color css
<style>
a { background-color: #CCA2B1; }
a { background-color: rgb(204,162,177); }
div.DivClassName
{
background-color: #CCA2B1;
}
.BgClassName
{
background-color: #CCA2B1;
}
</style>
border-color css
<style>
span { border-color: #CCA2B1; }
span { border-color: rgb(204,162,177); }
td.TdClassName
{
border-color: #CCA2B1;
}
.TagClassName
{
border-color: #CCA2B1;
}
</style>