Shades of Lily #CCA2B9
Tints of Lily #CCA2B9
RGB
CMYK
RGB Variations
Color information
#CCA2B9 (or 0xCCA2B9) is known color: Lily. HEX triplet: CC, A2 and B9. RGB value is (204,162,185). Sum of RGB (Red+Green+Blue) = 204+162+185=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2B9 is #335D46. Grayscale: #B1B1B1. Windows color (decimal): -3366215 or 12165836. OLE color: 12165836.
HSL color Cylindrical-coordinate representation of color #CCA2B9: hue angle of 327.14º 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 #CCA2B9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 185 | - |
CMYK | 0 | 0.21 | 0.09 | 0.2 |
HSL | 327.14º | 0.29% | 0.72% | - |
HSV(B) | 327.14º | 0.21% | 0.8% | - |
XYZ | 46.58 | 42.18 | 51.59 | - |
YUV | 177.18 | 132.41 | 147.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 185 | 0 | 0.21 | 0.09 | 0.2 | 327.14 | 0.29 | 0.72 |
Hex | CC | A2 | B9 | 0 | 15 | 9 | 14 | 147 | 1D | 48 |
Octal | 314 | 242 | 271 | 0 | 25 | 11 | 24 | 507 | 35 | 110 |
Binary | 11001100 | 10100010 | 10111001 | 0 | 10101 | 1001 | 10100 | 101000111 | 11101 | 1001000 |
Color Harmonies of #CCA2B9
Complementary color
Monochromatic Colors of #CCA2B9
Black with #CCA2B9
Text Example
Text Example
White with #CCA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2B9; }
p { color: rgb(204,162,185); }
H1.HeaderClassName
{
color: #CCA2B9;
}
.AnyTagClassName
{
color: #CCA2B9;
}
</style>
background-color css
<style>
a { background-color: #CCA2B9; }
a { background-color: rgb(204,162,185); }
div.DivClassName
{
background-color: #CCA2B9;
}
.BgClassName
{
background-color: #CCA2B9;
}
</style>
border-color css
<style>
span { border-color: #CCA2B9; }
span { border-color: rgb(204,162,185); }
td.TdClassName
{
border-color: #CCA2B9;
}
.TagClassName
{
border-color: #CCA2B9;
}
</style>