Shades of Lily #CC96BB
Tints of Lily #CC96BB
RGB
CMYK
RGB Variations
Color information
#CC96BB (or 0xCC96BB) is known color: Lily. HEX triplet: CC, 96 and BB. RGB value is (204,150,187). Sum of RGB (Red+Green+Blue) = 204+150+187=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96BB is #336944. Grayscale: #AAAAAA. Windows color (decimal): -3369285 or 12293836. OLE color: 12293836.
HSL color Cylindrical-coordinate representation of color #CC96BB: hue angle of 318.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96BB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 187 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.2 |
| HSL | 318.89º | 0.35% | 0.69% | - |
| HSV(B) | 318.89º | 0.26% | 0.8% | - |
| XYZ | 44.78 | 38.24 | 52.03 | - |
| YUV | 170.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 187 | 0 | 0.26 | 0.08 | 0.2 | 318.89 | 0.35 | 0.69 |
| Hex | CC | 96 | BB | 0 | 1A | 8 | 14 | 13F | 23 | 45 |
| Octal | 314 | 226 | 273 | 0 | 32 | 10 | 24 | 477 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10111011 | 0 | 11010 | 1000 | 10100 | 100111111 | 100011 | 1000101 |
Color Harmonies of #CC96BB
Complementary color
Monochromatic Colors of #CC96BB
Black with #CC96BB
Text Example
Text Example
White with #CC96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96BB; }
p { color: rgb(204,150,187); }
H1.HeaderClassName
{
color: #CC96BB;
}
.AnyTagClassName
{
color: #CC96BB;
}
</style>
background-color css
<style>
a { background-color: #CC96BB; }
a { background-color: rgb(204,150,187); }
div.DivClassName
{
background-color: #CC96BB;
}
.BgClassName
{
background-color: #CC96BB;
}
</style>
border-color css
<style>
span { border-color: #CC96BB; }
span { border-color: rgb(204,150,187); }
td.TdClassName
{
border-color: #CC96BB;
}
.TagClassName
{
border-color: #CC96BB;
}
</style>