Shades of Lily #CFA0B7
Tints of Lily #CFA0B7
RGB
CMYK
RGB Variations
Color information
#CFA0B7 (or 0xCFA0B7) is known color: Lily. HEX triplet: CF, A0 and B7. RGB value is (207,160,183). Sum of RGB (Red+Green+Blue) = 207+160+183=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0B7 is #305F48. Grayscale: #B0B0B0. Windows color (decimal): -3170121 or 12034255. OLE color: 12034255.
HSL color Cylindrical-coordinate representation of color #CFA0B7: hue angle of 330.64º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0B7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 183 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.19 |
| HSL | 330.64º | 0.33% | 0.72% | - |
| HSV(B) | 330.64º | 0.23% | 0.81% | - |
| XYZ | 46.85 | 41.83 | 50.4 | - |
| YUV | 176.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 183 | 0 | 0.23 | 0.12 | 0.19 | 330.64 | 0.33 | 0.72 |
| Hex | CF | A0 | B7 | 0 | 17 | C | 13 | 14B | 21 | 48 |
| Octal | 317 | 240 | 267 | 0 | 27 | 14 | 23 | 513 | 41 | 110 |
| Binary | 11001111 | 10100000 | 10110111 | 0 | 10111 | 1100 | 10011 | 101001011 | 100001 | 1001000 |
Color Harmonies of #CFA0B7
Complementary color
Monochromatic Colors of #CFA0B7
Black with #CFA0B7
Text Example
Text Example
White with #CFA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0B7; }
p { color: rgb(207,160,183); }
H1.HeaderClassName
{
color: #CFA0B7;
}
.AnyTagClassName
{
color: #CFA0B7;
}
</style>
background-color css
<style>
a { background-color: #CFA0B7; }
a { background-color: rgb(207,160,183); }
div.DivClassName
{
background-color: #CFA0B7;
}
.BgClassName
{
background-color: #CFA0B7;
}
</style>
border-color css
<style>
span { border-color: #CFA0B7; }
span { border-color: rgb(207,160,183); }
td.TdClassName
{
border-color: #CFA0B7;
}
.TagClassName
{
border-color: #CFA0B7;
}
</style>