Shades of Lily #CC89B0
Tints of Lily #CC89B0
RGB
CMYK
RGB Variations
Color information
#CC89B0 (or 0xCC89B0) is known color: Lily. HEX triplet: CC, 89 and B0. RGB value is (204,137,176). Sum of RGB (Red+Green+Blue) = 204+137+176=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89B0 is #33764F. Grayscale: #A1A1A1. Windows color (decimal): -3372624 or 11569612. OLE color: 11569612.
HSL color Cylindrical-coordinate representation of color #CC89B0: hue angle of 325.07º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89B0 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 176 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.2 |
| HSL | 325.07º | 0.4% | 0.67% | - |
| HSV(B) | 325.07º | 0.33% | 0.8% | - |
| XYZ | 41.68 | 33.86 | 45.41 | - |
| YUV | 161.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 176 | 0 | 0.33 | 0.14 | 0.2 | 325.07 | 0.4 | 0.67 |
| Hex | CC | 89 | B0 | 0 | 21 | E | 14 | 145 | 28 | 43 |
| Octal | 314 | 211 | 260 | 0 | 41 | 16 | 24 | 505 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10110000 | 0 | 100001 | 1110 | 10100 | 101000101 | 101000 | 1000011 |
Color Harmonies of #CC89B0
Complementary color
Monochromatic Colors of #CC89B0
Black with #CC89B0
Text Example
Text Example
White with #CC89B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89B0; }
p { color: rgb(204,137,176); }
H1.HeaderClassName
{
color: #CC89B0;
}
.AnyTagClassName
{
color: #CC89B0;
}
</style>
background-color css
<style>
a { background-color: #CC89B0; }
a { background-color: rgb(204,137,176); }
div.DivClassName
{
background-color: #CC89B0;
}
.BgClassName
{
background-color: #CC89B0;
}
</style>
border-color css
<style>
span { border-color: #CC89B0; }
span { border-color: rgb(204,137,176); }
td.TdClassName
{
border-color: #CC89B0;
}
.TagClassName
{
border-color: #CC89B0;
}
</style>