Shades of Lily #CFA2B9
Tints of Lily #CFA2B9
RGB
CMYK
RGB Variations
Color information
#CFA2B9 (or 0xCFA2B9) is known color: Lily. HEX triplet: CF, A2 and B9. RGB value is (207,162,185). Sum of RGB (Red+Green+Blue) = 207+162+185=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B9 is #305D46. Grayscale: #B2B2B2. Windows color (decimal): -3169607 or 12165839. OLE color: 12165839.
HSL color Cylindrical-coordinate representation of color #CFA2B9: hue angle of 329.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2B9 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 185 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.19 |
| HSL | 329.33º | 0.32% | 0.72% | - |
| HSV(B) | 329.33º | 0.22% | 0.81% | - |
| XYZ | 47.41 | 42.61 | 51.62 | - |
| YUV | 178.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 185 | 0 | 0.22 | 0.11 | 0.19 | 329.33 | 0.32 | 0.72 |
| Hex | CF | A2 | B9 | 0 | 16 | B | 13 | 149 | 20 | 48 |
| Octal | 317 | 242 | 271 | 0 | 26 | 13 | 23 | 511 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10111001 | 0 | 10110 | 1011 | 10011 | 101001001 | 100000 | 1001000 |
Color Harmonies of #CFA2B9
Complementary color
Monochromatic Colors of #CFA2B9
Black with #CFA2B9
Text Example
Text Example
White with #CFA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B9; }
p { color: rgb(207,162,185); }
H1.HeaderClassName
{
color: #CFA2B9;
}
.AnyTagClassName
{
color: #CFA2B9;
}
</style>
background-color css
<style>
a { background-color: #CFA2B9; }
a { background-color: rgb(207,162,185); }
div.DivClassName
{
background-color: #CFA2B9;
}
.BgClassName
{
background-color: #CFA2B9;
}
</style>
border-color css
<style>
span { border-color: #CFA2B9; }
span { border-color: rgb(207,162,185); }
td.TdClassName
{
border-color: #CFA2B9;
}
.TagClassName
{
border-color: #CFA2B9;
}
</style>