Shades of Lily #CC89B4
Tints of Lily #CC89B4
RGB
CMYK
RGB Variations
Color information
#CC89B4 (or 0xCC89B4) is known color: Lily. HEX triplet: CC, 89 and B4. RGB value is (204,137,180). Sum of RGB (Red+Green+Blue) = 204+137+180=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89B4 is #33764B. Grayscale: #A1A1A1. Windows color (decimal): -3372620 or 11831756. OLE color: 11831756.
HSL color Cylindrical-coordinate representation of color #CC89B4: hue angle of 321.49º 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 #CC89B4 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 180 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.2 |
| HSL | 321.49º | 0.4% | 0.67% | - |
| HSV(B) | 321.49º | 0.33% | 0.8% | - |
| XYZ | 42.09 | 34.02 | 47.53 | - |
| YUV | 161.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 180 | 0 | 0.33 | 0.12 | 0.2 | 321.49 | 0.4 | 0.67 |
| Hex | CC | 89 | B4 | 0 | 21 | C | 14 | 141 | 28 | 43 |
| Octal | 314 | 211 | 264 | 0 | 41 | 14 | 24 | 501 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10110100 | 0 | 100001 | 1100 | 10100 | 101000001 | 101000 | 1000011 |
Color Harmonies of #CC89B4
Complementary color
Monochromatic Colors of #CC89B4
Black with #CC89B4
Text Example
Text Example
White with #CC89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89B4; }
p { color: rgb(204,137,180); }
H1.HeaderClassName
{
color: #CC89B4;
}
.AnyTagClassName
{
color: #CC89B4;
}
</style>
background-color css
<style>
a { background-color: #CC89B4; }
a { background-color: rgb(204,137,180); }
div.DivClassName
{
background-color: #CC89B4;
}
.BgClassName
{
background-color: #CC89B4;
}
</style>
border-color css
<style>
span { border-color: #CC89B4; }
span { border-color: rgb(204,137,180); }
td.TdClassName
{
border-color: #CC89B4;
}
.TagClassName
{
border-color: #CC89B4;
}
</style>