Shades of Lily #CC87AB
Tints of Lily #CC87AB
RGB
CMYK
RGB Variations
Color information
#CC87AB (or 0xCC87AB) is known color: Lily. HEX triplet: CC, 87 and AB. RGB value is (204,135,171). Sum of RGB (Red+Green+Blue) = 204+135+171=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87AB is #337854. Grayscale: #9F9F9F. Windows color (decimal): -3373141 or 11241420. OLE color: 11241420.
HSL color Cylindrical-coordinate representation of color #CC87AB: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87AB is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 171 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.2 |
| HSL | 328.7º | 0.4% | 0.66% | - |
| HSV(B) | 328.7º | 0.34% | 0.8% | - |
| XYZ | 40.92 | 33.11 | 42.76 | - |
| YUV | 159.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 171 | 0 | 0.34 | 0.16 | 0.2 | 328.7 | 0.4 | 0.66 |
| Hex | CC | 87 | AB | 0 | 22 | 10 | 14 | 149 | 28 | 42 |
| Octal | 314 | 207 | 253 | 0 | 42 | 20 | 24 | 511 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10101011 | 0 | 100010 | 10000 | 10100 | 101001001 | 101000 | 1000010 |
Color Harmonies of #CC87AB
Complementary color
Monochromatic Colors of #CC87AB
Black with #CC87AB
Text Example
Text Example
White with #CC87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87AB; }
p { color: rgb(204,135,171); }
H1.HeaderClassName
{
color: #CC87AB;
}
.AnyTagClassName
{
color: #CC87AB;
}
</style>
background-color css
<style>
a { background-color: #CC87AB; }
a { background-color: rgb(204,135,171); }
div.DivClassName
{
background-color: #CC87AB;
}
.BgClassName
{
background-color: #CC87AB;
}
</style>
border-color css
<style>
span { border-color: #CC87AB; }
span { border-color: rgb(204,135,171); }
td.TdClassName
{
border-color: #CC87AB;
}
.TagClassName
{
border-color: #CC87AB;
}
</style>