Shades of Lily #CC9CB2
Tints of Lily #CC9CB2
RGB
CMYK
RGB Variations
Color information
#CC9CB2 (or 0xCC9CB2) is known color: Lily. HEX triplet: CC, 9C and B2. RGB value is (204,156,178). Sum of RGB (Red+Green+Blue) = 204+156+178=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CB2 is #33634D. Grayscale: #ACACAC. Windows color (decimal): -3367758 or 11705548. OLE color: 11705548.
HSL color Cylindrical-coordinate representation of color #CC9CB2: hue angle of 332.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9CB2 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 178 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.2 |
| HSL | 332.5º | 0.32% | 0.71% | - |
| HSV(B) | 332.5º | 0.24% | 0.8% | - |
| XYZ | 44.83 | 39.83 | 47.44 | - |
| YUV | 172.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 178 | 0 | 0.24 | 0.13 | 0.2 | 332.5 | 0.32 | 0.71 |
| Hex | CC | 9C | B2 | 0 | 18 | D | 14 | 14C | 20 | 47 |
| Octal | 314 | 234 | 262 | 0 | 30 | 15 | 24 | 514 | 40 | 107 |
| Binary | 11001100 | 10011100 | 10110010 | 0 | 11000 | 1101 | 10100 | 101001100 | 100000 | 1000111 |
Color Harmonies of #CC9CB2
Complementary color
Monochromatic Colors of #CC9CB2
Black with #CC9CB2
Text Example
Text Example
White with #CC9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CB2; }
p { color: rgb(204,156,178); }
H1.HeaderClassName
{
color: #CC9CB2;
}
.AnyTagClassName
{
color: #CC9CB2;
}
</style>
background-color css
<style>
a { background-color: #CC9CB2; }
a { background-color: rgb(204,156,178); }
div.DivClassName
{
background-color: #CC9CB2;
}
.BgClassName
{
background-color: #CC9CB2;
}
</style>
border-color css
<style>
span { border-color: #CC9CB2; }
span { border-color: rgb(204,156,178); }
td.TdClassName
{
border-color: #CC9CB2;
}
.TagClassName
{
border-color: #CC9CB2;
}
</style>