Shades of Lily #CF91AF
Tints of Lily #CF91AF
RGB
CMYK
RGB Variations
Color information
#CF91AF (or 0xCF91AF) is known color: Lily. HEX triplet: CF, 91 and AF. RGB value is (207,145,175). Sum of RGB (Red+Green+Blue) = 207+145+175=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF91AF is #306E50. Grayscale: #A6A6A6. Windows color (decimal): -3173969 or 11506127. OLE color: 11506127.
HSL color Cylindrical-coordinate representation of color #CF91AF: hue angle of 330.97º 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 #CF91AF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 175 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.19 |
| HSL | 330.97º | 0.39% | 0.69% | - |
| HSV(B) | 330.97º | 0.3% | 0.81% | - |
| XYZ | 43.6 | 36.61 | 45.33 | - |
| YUV | 166.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 175 | 0 | 0.30 | 0.15 | 0.19 | 330.97 | 0.39 | 0.69 |
| Hex | CF | 91 | AF | 0 | 1E | F | 13 | 14B | 27 | 45 |
| Octal | 317 | 221 | 257 | 0 | 36 | 17 | 23 | 513 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10101111 | 0 | 11110 | 1111 | 10011 | 101001011 | 100111 | 1000101 |
Color Harmonies of #CF91AF
Complementary color
Monochromatic Colors of #CF91AF
Black with #CF91AF
Text Example
Text Example
White with #CF91AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91AF; }
p { color: rgb(207,145,175); }
H1.HeaderClassName
{
color: #CF91AF;
}
.AnyTagClassName
{
color: #CF91AF;
}
</style>
background-color css
<style>
a { background-color: #CF91AF; }
a { background-color: rgb(207,145,175); }
div.DivClassName
{
background-color: #CF91AF;
}
.BgClassName
{
background-color: #CF91AF;
}
</style>
border-color css
<style>
span { border-color: #CF91AF; }
span { border-color: rgb(207,145,175); }
td.TdClassName
{
border-color: #CF91AF;
}
.TagClassName
{
border-color: #CF91AF;
}
</style>