Shades of Lily #CC9CBE
Tints of Lily #CC9CBE
RGB
CMYK
RGB Variations
Color information
#CC9CBE (or 0xCC9CBE) is known color: Lily. HEX triplet: CC, 9C and BE. RGB value is (204,156,190). Sum of RGB (Red+Green+Blue) = 204+156+190=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CBE is #336341. Grayscale: #AEAEAE. Windows color (decimal): -3367746 or 12491980. OLE color: 12491980.
HSL color Cylindrical-coordinate representation of color #CC9CBE: hue angle of 317.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 #CC9CBE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 190 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.2 |
| HSL | 317.5º | 0.32% | 0.71% | - |
| HSV(B) | 317.5º | 0.24% | 0.8% | - |
| XYZ | 46.08 | 40.33 | 54.07 | - |
| YUV | 174.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 190 | 0 | 0.24 | 0.07 | 0.2 | 317.5 | 0.32 | 0.71 |
| Hex | CC | 9C | BE | 0 | 18 | 7 | 14 | 13E | 20 | 47 |
| Octal | 314 | 234 | 276 | 0 | 30 | 7 | 24 | 476 | 40 | 107 |
| Binary | 11001100 | 10011100 | 10111110 | 0 | 11000 | 111 | 10100 | 100111110 | 100000 | 1000111 |
Color Harmonies of #CC9CBE
Complementary color
Monochromatic Colors of #CC9CBE
Black with #CC9CBE
Text Example
Text Example
White with #CC9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CBE; }
p { color: rgb(204,156,190); }
H1.HeaderClassName
{
color: #CC9CBE;
}
.AnyTagClassName
{
color: #CC9CBE;
}
</style>
background-color css
<style>
a { background-color: #CC9CBE; }
a { background-color: rgb(204,156,190); }
div.DivClassName
{
background-color: #CC9CBE;
}
.BgClassName
{
background-color: #CC9CBE;
}
</style>
border-color css
<style>
span { border-color: #CC9CBE; }
span { border-color: rgb(204,156,190); }
td.TdClassName
{
border-color: #CC9CBE;
}
.TagClassName
{
border-color: #CC9CBE;
}
</style>