Shades of Lily #CF89B6
Tints of Lily #CF89B6
RGB
CMYK
RGB Variations
Color information
#CF89B6 (or 0xCF89B6) is known color: Lily. HEX triplet: CF, 89 and B6. RGB value is (207,137,182). Sum of RGB (Red+Green+Blue) = 207+137+182=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89B6 is #307649. Grayscale: #A2A2A2. Windows color (decimal): -3176010 or 11962831. OLE color: 11962831.
HSL color Cylindrical-coordinate representation of color #CF89B6: hue angle of 321.43º 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 #CF89B6 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 182 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.19 |
| HSL | 321.43º | 0.42% | 0.67% | - |
| HSV(B) | 321.43º | 0.34% | 0.81% | - |
| XYZ | 43.12 | 34.53 | 48.65 | - |
| YUV | 163.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 182 | 0 | 0.34 | 0.12 | 0.19 | 321.43 | 0.42 | 0.67 |
| Hex | CF | 89 | B6 | 0 | 22 | C | 13 | 141 | 2A | 43 |
| Octal | 317 | 211 | 266 | 0 | 42 | 14 | 23 | 501 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10110110 | 0 | 100010 | 1100 | 10011 | 101000001 | 101010 | 1000011 |
Color Harmonies of #CF89B6
Complementary color
Monochromatic Colors of #CF89B6
Black with #CF89B6
Text Example
Text Example
White with #CF89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89B6; }
p { color: rgb(207,137,182); }
H1.HeaderClassName
{
color: #CF89B6;
}
.AnyTagClassName
{
color: #CF89B6;
}
</style>
background-color css
<style>
a { background-color: #CF89B6; }
a { background-color: rgb(207,137,182); }
div.DivClassName
{
background-color: #CF89B6;
}
.BgClassName
{
background-color: #CF89B6;
}
</style>
border-color css
<style>
span { border-color: #CF89B6; }
span { border-color: rgb(207,137,182); }
td.TdClassName
{
border-color: #CF89B6;
}
.TagClassName
{
border-color: #CF89B6;
}
</style>