Shades of Lily #CC96B5
Tints of Lily #CC96B5
RGB
CMYK
RGB Variations
Color information
#CC96B5 (or 0xCC96B5) is known color: Lily. HEX triplet: CC, 96 and B5. RGB value is (204,150,181). Sum of RGB (Red+Green+Blue) = 204+150+181=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96B5 is #33694A. Grayscale: #A9A9A9. Windows color (decimal): -3369291 or 11900620. OLE color: 11900620.
HSL color Cylindrical-coordinate representation of color #CC96B5: hue angle of 325.56º 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 #CC96B5 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 181 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.2 |
| HSL | 325.56º | 0.35% | 0.69% | - |
| HSV(B) | 325.56º | 0.26% | 0.8% | - |
| XYZ | 44.15 | 37.99 | 48.72 | - |
| YUV | 169.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 181 | 0 | 0.26 | 0.11 | 0.2 | 325.56 | 0.35 | 0.69 |
| Hex | CC | 96 | B5 | 0 | 1A | B | 14 | 146 | 23 | 45 |
| Octal | 314 | 226 | 265 | 0 | 32 | 13 | 24 | 506 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10110101 | 0 | 11010 | 1011 | 10100 | 101000110 | 100011 | 1000101 |
Color Harmonies of #CC96B5
Complementary color
Monochromatic Colors of #CC96B5
Black with #CC96B5
Text Example
Text Example
White with #CC96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96B5; }
p { color: rgb(204,150,181); }
H1.HeaderClassName
{
color: #CC96B5;
}
.AnyTagClassName
{
color: #CC96B5;
}
</style>
background-color css
<style>
a { background-color: #CC96B5; }
a { background-color: rgb(204,150,181); }
div.DivClassName
{
background-color: #CC96B5;
}
.BgClassName
{
background-color: #CC96B5;
}
</style>
border-color css
<style>
span { border-color: #CC96B5; }
span { border-color: rgb(204,150,181); }
td.TdClassName
{
border-color: #CC96B5;
}
.TagClassName
{
border-color: #CC96B5;
}
</style>