Shades of Lily #CCA2BA
Tints of Lily #CCA2BA
RGB
CMYK
RGB Variations
Color information
#CCA2BA (or 0xCCA2BA) is known color: Lily. HEX triplet: CC, A2 and BA. RGB value is (204,162,186). Sum of RGB (Red+Green+Blue) = 204+162+186=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BA is #335D45. Grayscale: #B1B1B1. Windows color (decimal): -3366214 or 12231372. OLE color: 12231372.
HSL color Cylindrical-coordinate representation of color #CCA2BA: hue angle of 325.71º 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 #CCA2BA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 186 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.2 |
| HSL | 325.71º | 0.29% | 0.72% | - |
| HSV(B) | 325.71º | 0.21% | 0.8% | - |
| XYZ | 46.69 | 42.22 | 52.14 | - |
| YUV | 177.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 186 | 0 | 0.21 | 0.09 | 0.2 | 325.71 | 0.29 | 0.72 |
| Hex | CC | A2 | BA | 0 | 15 | 9 | 14 | 146 | 1D | 48 |
| Octal | 314 | 242 | 272 | 0 | 25 | 11 | 24 | 506 | 35 | 110 |
| Binary | 11001100 | 10100010 | 10111010 | 0 | 10101 | 1001 | 10100 | 101000110 | 11101 | 1001000 |
Color Harmonies of #CCA2BA
Complementary color
Monochromatic Colors of #CCA2BA
Black with #CCA2BA
Text Example
Text Example
White with #CCA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2BA; }
p { color: rgb(204,162,186); }
H1.HeaderClassName
{
color: #CCA2BA;
}
.AnyTagClassName
{
color: #CCA2BA;
}
</style>
background-color css
<style>
a { background-color: #CCA2BA; }
a { background-color: rgb(204,162,186); }
div.DivClassName
{
background-color: #CCA2BA;
}
.BgClassName
{
background-color: #CCA2BA;
}
</style>
border-color css
<style>
span { border-color: #CCA2BA; }
span { border-color: rgb(204,162,186); }
td.TdClassName
{
border-color: #CCA2BA;
}
.TagClassName
{
border-color: #CCA2BA;
}
</style>