Shades of Lily #CFA2BA
Tints of Lily #CFA2BA
RGB
CMYK
RGB Variations
Color information
#CFA2BA (or 0xCFA2BA) is known color: Lily. HEX triplet: CF, A2 and BA. RGB value is (207,162,186). Sum of RGB (Red+Green+Blue) = 207+162+186=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BA is #305D45. Grayscale: #B2B2B2. Windows color (decimal): -3169606 or 12231375. OLE color: 12231375.
HSL color Cylindrical-coordinate representation of color #CFA2BA: hue angle of 328º 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 #CFA2BA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 186 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.19 |
| HSL | 328º | 0.32% | 0.72% | - |
| HSV(B) | 328º | 0.22% | 0.81% | - |
| XYZ | 47.52 | 42.65 | 52.18 | - |
| YUV | 178.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 186 | 0 | 0.22 | 0.10 | 0.19 | 328 | 0.32 | 0.72 |
| Hex | CF | A2 | BA | 0 | 16 | A | 13 | 148 | 20 | 48 |
| Octal | 317 | 242 | 272 | 0 | 26 | 12 | 23 | 510 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10111010 | 0 | 10110 | 1010 | 10011 | 101001000 | 100000 | 1001000 |
Color Harmonies of #CFA2BA
Complementary color
Monochromatic Colors of #CFA2BA
Black with #CFA2BA
Text Example
Text Example
White with #CFA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2BA; }
p { color: rgb(207,162,186); }
H1.HeaderClassName
{
color: #CFA2BA;
}
.AnyTagClassName
{
color: #CFA2BA;
}
</style>
background-color css
<style>
a { background-color: #CFA2BA; }
a { background-color: rgb(207,162,186); }
div.DivClassName
{
background-color: #CFA2BA;
}
.BgClassName
{
background-color: #CFA2BA;
}
</style>
border-color css
<style>
span { border-color: #CFA2BA; }
span { border-color: rgb(207,162,186); }
td.TdClassName
{
border-color: #CFA2BA;
}
.TagClassName
{
border-color: #CFA2BA;
}
</style>