Shades of Lily #CF91B1
Tints of Lily #CF91B1
RGB
CMYK
RGB Variations
Color information
#CF91B1 (or 0xCF91B1) is known color: Lily. HEX triplet: CF, 91 and B1. RGB value is (207,145,177). Sum of RGB (Red+Green+Blue) = 207+145+177=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF91B1 is #306E4E. Grayscale: #A7A7A7. Windows color (decimal): -3173967 or 11637199. OLE color: 11637199.
HSL color Cylindrical-coordinate representation of color #CF91B1: hue angle of 329.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91B1 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 177 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.19 |
| HSL | 329.03º | 0.39% | 0.69% | - |
| HSV(B) | 329.03º | 0.3% | 0.81% | - |
| XYZ | 43.79 | 36.69 | 46.37 | - |
| YUV | 167.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 177 | 0 | 0.30 | 0.14 | 0.19 | 329.03 | 0.39 | 0.69 |
| Hex | CF | 91 | B1 | 0 | 1E | E | 13 | 149 | 27 | 45 |
| Octal | 317 | 221 | 261 | 0 | 36 | 16 | 23 | 511 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10110001 | 0 | 11110 | 1110 | 10011 | 101001001 | 100111 | 1000101 |
Color Harmonies of #CF91B1
Complementary color
Monochromatic Colors of #CF91B1
Black with #CF91B1
Text Example
Text Example
White with #CF91B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91B1; }
p { color: rgb(207,145,177); }
H1.HeaderClassName
{
color: #CF91B1;
}
.AnyTagClassName
{
color: #CF91B1;
}
</style>
background-color css
<style>
a { background-color: #CF91B1; }
a { background-color: rgb(207,145,177); }
div.DivClassName
{
background-color: #CF91B1;
}
.BgClassName
{
background-color: #CF91B1;
}
</style>
border-color css
<style>
span { border-color: #CF91B1; }
span { border-color: rgb(207,145,177); }
td.TdClassName
{
border-color: #CF91B1;
}
.TagClassName
{
border-color: #CF91B1;
}
</style>