Shades of Lily #CC89B7
Tints of Lily #CC89B7
RGB
CMYK
RGB Variations
Color information
#CC89B7 (or 0xCC89B7) is known color: Lily. HEX triplet: CC, 89 and B7. RGB value is (204,137,183). Sum of RGB (Red+Green+Blue) = 204+137+183=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89B7 is #337648. Grayscale: #A2A2A2. Windows color (decimal): -3372617 or 12028364. OLE color: 12028364.
HSL color Cylindrical-coordinate representation of color #CC89B7: hue angle of 318.81º 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 #CC89B7 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 183 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.2 |
| HSL | 318.81º | 0.4% | 0.67% | - |
| HSV(B) | 318.81º | 0.33% | 0.8% | - |
| XYZ | 42.39 | 34.15 | 49.16 | - |
| YUV | 162.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 183 | 0 | 0.33 | 0.10 | 0.2 | 318.81 | 0.4 | 0.67 |
| Hex | CC | 89 | B7 | 0 | 21 | A | 14 | 13F | 28 | 43 |
| Octal | 314 | 211 | 267 | 0 | 41 | 12 | 24 | 477 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10110111 | 0 | 100001 | 1010 | 10100 | 100111111 | 101000 | 1000011 |
Color Harmonies of #CC89B7
Complementary color
Monochromatic Colors of #CC89B7
Black with #CC89B7
Text Example
Text Example
White with #CC89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89B7; }
p { color: rgb(204,137,183); }
H1.HeaderClassName
{
color: #CC89B7;
}
.AnyTagClassName
{
color: #CC89B7;
}
</style>
background-color css
<style>
a { background-color: #CC89B7; }
a { background-color: rgb(204,137,183); }
div.DivClassName
{
background-color: #CC89B7;
}
.BgClassName
{
background-color: #CC89B7;
}
</style>
border-color css
<style>
span { border-color: #CC89B7; }
span { border-color: rgb(204,137,183); }
td.TdClassName
{
border-color: #CC89B7;
}
.TagClassName
{
border-color: #CC89B7;
}
</style>