Shades of Lily #CC9CBF
Tints of Lily #CC9CBF
RGB
CMYK
RGB Variations
Color information
#CC9CBF (or 0xCC9CBF) is known color: Lily. HEX triplet: CC, 9C and BF. RGB value is (204,156,191). Sum of RGB (Red+Green+Blue) = 204+156+191=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CBF is #336340. Grayscale: #AEAEAE. Windows color (decimal): -3367745 or 12557516. OLE color: 12557516.
HSL color Cylindrical-coordinate representation of color #CC9CBF: hue angle of 316.25º 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 #CC9CBF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 191 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.2 |
| HSL | 316.25º | 0.32% | 0.71% | - |
| HSV(B) | 316.25º | 0.24% | 0.8% | - |
| XYZ | 46.19 | 40.38 | 54.65 | - |
| YUV | 174.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 191 | 0 | 0.24 | 0.06 | 0.2 | 316.25 | 0.32 | 0.71 |
| Hex | CC | 9C | BF | 0 | 18 | 6 | 14 | 13C | 20 | 47 |
| Octal | 314 | 234 | 277 | 0 | 30 | 6 | 24 | 474 | 40 | 107 |
| Binary | 11001100 | 10011100 | 10111111 | 0 | 11000 | 110 | 10100 | 100111100 | 100000 | 1000111 |
Color Harmonies of #CC9CBF
Complementary color
Monochromatic Colors of #CC9CBF
Black with #CC9CBF
Text Example
Text Example
White with #CC9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CBF; }
p { color: rgb(204,156,191); }
H1.HeaderClassName
{
color: #CC9CBF;
}
.AnyTagClassName
{
color: #CC9CBF;
}
</style>
background-color css
<style>
a { background-color: #CC9CBF; }
a { background-color: rgb(204,156,191); }
div.DivClassName
{
background-color: #CC9CBF;
}
.BgClassName
{
background-color: #CC9CBF;
}
</style>
border-color css
<style>
span { border-color: #CC9CBF; }
span { border-color: rgb(204,156,191); }
td.TdClassName
{
border-color: #CC9CBF;
}
.TagClassName
{
border-color: #CC9CBF;
}
</style>