Shades of Lily #CC96AD
Tints of Lily #CC96AD
RGB
CMYK
RGB Variations
Color information
#CC96AD (or 0xCC96AD) is known color: Lily. HEX triplet: CC, 96 and AD. RGB value is (204,150,173). Sum of RGB (Red+Green+Blue) = 204+150+173=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AD is #336952. Grayscale: #A8A8A8. Windows color (decimal): -3369299 or 11376332. OLE color: 11376332.
HSL color Cylindrical-coordinate representation of color #CC96AD: hue angle of 334.44º 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 #CC96AD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 173 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.2 |
| HSL | 334.44º | 0.35% | 0.69% | - |
| HSV(B) | 334.44º | 0.26% | 0.8% | - |
| XYZ | 43.35 | 37.67 | 44.52 | - |
| YUV | 168.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 173 | 0 | 0.26 | 0.15 | 0.2 | 334.44 | 0.35 | 0.69 |
| Hex | CC | 96 | AD | 0 | 1A | F | 14 | 14E | 23 | 45 |
| Octal | 314 | 226 | 255 | 0 | 32 | 17 | 24 | 516 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10101101 | 0 | 11010 | 1111 | 10100 | 101001110 | 100011 | 1000101 |
Color Harmonies of #CC96AD
Complementary color
Monochromatic Colors of #CC96AD
Black with #CC96AD
Text Example
Text Example
White with #CC96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96AD; }
p { color: rgb(204,150,173); }
H1.HeaderClassName
{
color: #CC96AD;
}
.AnyTagClassName
{
color: #CC96AD;
}
</style>
background-color css
<style>
a { background-color: #CC96AD; }
a { background-color: rgb(204,150,173); }
div.DivClassName
{
background-color: #CC96AD;
}
.BgClassName
{
background-color: #CC96AD;
}
</style>
border-color css
<style>
span { border-color: #CC96AD; }
span { border-color: rgb(204,150,173); }
td.TdClassName
{
border-color: #CC96AD;
}
.TagClassName
{
border-color: #CC96AD;
}
</style>