Shades of Lily #CC89B1
Tints of Lily #CC89B1
RGB
CMYK
RGB Variations
Color information
#CC89B1 (or 0xCC89B1) is known color: Lily. HEX triplet: CC, 89 and B1. RGB value is (204,137,177). Sum of RGB (Red+Green+Blue) = 204+137+177=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89B1 is #33764E. Grayscale: #A1A1A1. Windows color (decimal): -3372623 or 11635148. OLE color: 11635148.
HSL color Cylindrical-coordinate representation of color #CC89B1: hue angle of 324.18º 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 #CC89B1 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 177 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.2 |
| HSL | 324.18º | 0.4% | 0.67% | - |
| HSV(B) | 324.18º | 0.33% | 0.8% | - |
| XYZ | 41.78 | 33.9 | 45.94 | - |
| YUV | 161.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 177 | 0 | 0.33 | 0.13 | 0.2 | 324.18 | 0.4 | 0.67 |
| Hex | CC | 89 | B1 | 0 | 21 | D | 14 | 144 | 28 | 43 |
| Octal | 314 | 211 | 261 | 0 | 41 | 15 | 24 | 504 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10110001 | 0 | 100001 | 1101 | 10100 | 101000100 | 101000 | 1000011 |
Color Harmonies of #CC89B1
Complementary color
Monochromatic Colors of #CC89B1
Black with #CC89B1
Text Example
Text Example
White with #CC89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89B1; }
p { color: rgb(204,137,177); }
H1.HeaderClassName
{
color: #CC89B1;
}
.AnyTagClassName
{
color: #CC89B1;
}
</style>
background-color css
<style>
a { background-color: #CC89B1; }
a { background-color: rgb(204,137,177); }
div.DivClassName
{
background-color: #CC89B1;
}
.BgClassName
{
background-color: #CC89B1;
}
</style>
border-color css
<style>
span { border-color: #CC89B1; }
span { border-color: rgb(204,137,177); }
td.TdClassName
{
border-color: #CC89B1;
}
.TagClassName
{
border-color: #CC89B1;
}
</style>