Shades of Lily #CF89B1
Tints of Lily #CF89B1
RGB
CMYK
RGB Variations
Color information
#CF89B1 (or 0xCF89B1) is known color: Lily. HEX triplet: CF, 89 and B1. RGB value is (207,137,177). Sum of RGB (Red+Green+Blue) = 207+137+177=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF89B1 is #30764E. Grayscale: #A2A2A2. Windows color (decimal): -3176015 or 11635151. OLE color: 11635151.
HSL color Cylindrical-coordinate representation of color #CF89B1: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89B1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 177 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.19 |
| HSL | 325.71º | 0.42% | 0.67% | - |
| HSV(B) | 325.71º | 0.34% | 0.81% | - |
| XYZ | 42.61 | 34.33 | 45.98 | - |
| YUV | 162.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 177 | 0 | 0.34 | 0.14 | 0.19 | 325.71 | 0.42 | 0.67 |
| Hex | CF | 89 | B1 | 0 | 22 | E | 13 | 146 | 2A | 43 |
| Octal | 317 | 211 | 261 | 0 | 42 | 16 | 23 | 506 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10110001 | 0 | 100010 | 1110 | 10011 | 101000110 | 101010 | 1000011 |
Color Harmonies of #CF89B1
Complementary color
Monochromatic Colors of #CF89B1
Black with #CF89B1
Text Example
Text Example
White with #CF89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89B1; }
p { color: rgb(207,137,177); }
H1.HeaderClassName
{
color: #CF89B1;
}
.AnyTagClassName
{
color: #CF89B1;
}
</style>
background-color css
<style>
a { background-color: #CF89B1; }
a { background-color: rgb(207,137,177); }
div.DivClassName
{
background-color: #CF89B1;
}
.BgClassName
{
background-color: #CF89B1;
}
</style>
border-color css
<style>
span { border-color: #CF89B1; }
span { border-color: rgb(207,137,177); }
td.TdClassName
{
border-color: #CF89B1;
}
.TagClassName
{
border-color: #CF89B1;
}
</style>