Shades of Lily #CC89B3
Tints of Lily #CC89B3
RGB
CMYK
RGB Variations
Color information
#CC89B3 (or 0xCC89B3) is known color: Lily. HEX triplet: CC, 89 and B3. RGB value is (204,137,179). Sum of RGB (Red+Green+Blue) = 204+137+179=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89B3 is #33764C. Grayscale: #A1A1A1. Windows color (decimal): -3372621 or 11766220. OLE color: 11766220.
HSL color Cylindrical-coordinate representation of color #CC89B3: hue angle of 322.39º 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 #CC89B3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 179 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.2 |
| HSL | 322.39º | 0.4% | 0.67% | - |
| HSV(B) | 322.39º | 0.33% | 0.8% | - |
| XYZ | 41.98 | 33.98 | 46.99 | - |
| YUV | 161.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 179 | 0 | 0.33 | 0.12 | 0.2 | 322.39 | 0.4 | 0.67 |
| Hex | CC | 89 | B3 | 0 | 21 | C | 14 | 142 | 28 | 43 |
| Octal | 314 | 211 | 263 | 0 | 41 | 14 | 24 | 502 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10110011 | 0 | 100001 | 1100 | 10100 | 101000010 | 101000 | 1000011 |
Color Harmonies of #CC89B3
Complementary color
Monochromatic Colors of #CC89B3
Black with #CC89B3
Text Example
Text Example
White with #CC89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89B3; }
p { color: rgb(204,137,179); }
H1.HeaderClassName
{
color: #CC89B3;
}
.AnyTagClassName
{
color: #CC89B3;
}
</style>
background-color css
<style>
a { background-color: #CC89B3; }
a { background-color: rgb(204,137,179); }
div.DivClassName
{
background-color: #CC89B3;
}
.BgClassName
{
background-color: #CC89B3;
}
</style>
border-color css
<style>
span { border-color: #CC89B3; }
span { border-color: rgb(204,137,179); }
td.TdClassName
{
border-color: #CC89B3;
}
.TagClassName
{
border-color: #CC89B3;
}
</style>