Shades of Lily #CFA2B6
Tints of Lily #CFA2B6
RGB
CMYK
RGB Variations
Color information
#CFA2B6 (or 0xCFA2B6) is known color: Lily. HEX triplet: CF, A2 and B6. RGB value is (207,162,182). Sum of RGB (Red+Green+Blue) = 207+162+182=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B6 is #305D49. Grayscale: #B1B1B1. Windows color (decimal): -3169610 or 11969231. OLE color: 11969231.
HSL color Cylindrical-coordinate representation of color #CFA2B6: hue angle of 333.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 #CFA2B6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 182 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.19 |
| HSL | 333.33º | 0.32% | 0.72% | - |
| HSV(B) | 333.33º | 0.22% | 0.81% | - |
| XYZ | 47.1 | 42.48 | 49.97 | - |
| YUV | 177.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 182 | 0 | 0.22 | 0.12 | 0.19 | 333.33 | 0.32 | 0.72 |
| Hex | CF | A2 | B6 | 0 | 16 | C | 13 | 14D | 20 | 48 |
| Octal | 317 | 242 | 266 | 0 | 26 | 14 | 23 | 515 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10110110 | 0 | 10110 | 1100 | 10011 | 101001101 | 100000 | 1001000 |
Color Harmonies of #CFA2B6
Complementary color
Monochromatic Colors of #CFA2B6
Black with #CFA2B6
Text Example
Text Example
White with #CFA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B6; }
p { color: rgb(207,162,182); }
H1.HeaderClassName
{
color: #CFA2B6;
}
.AnyTagClassName
{
color: #CFA2B6;
}
</style>
background-color css
<style>
a { background-color: #CFA2B6; }
a { background-color: rgb(207,162,182); }
div.DivClassName
{
background-color: #CFA2B6;
}
.BgClassName
{
background-color: #CFA2B6;
}
</style>
border-color css
<style>
span { border-color: #CFA2B6; }
span { border-color: rgb(207,162,182); }
td.TdClassName
{
border-color: #CFA2B6;
}
.TagClassName
{
border-color: #CFA2B6;
}
</style>