Shades of Lily #CFA6B6
Tints of Lily #CFA6B6
RGB
CMYK
RGB Variations
Color information
#CFA6B6 (or 0xCFA6B6) is known color: Lily. HEX triplet: CF, A6 and B6. RGB value is (207,166,182). Sum of RGB (Red+Green+Blue) = 207+166+182=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B6 is #305949. Grayscale: #B4B4B4. Windows color (decimal): -3168586 or 11970255. OLE color: 11970255.
HSL color Cylindrical-coordinate representation of color #CFA6B6: hue angle of 336.59º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6B6 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 182 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.19 |
| HSL | 336.59º | 0.3% | 0.73% | - |
| HSV(B) | 336.59º | 0.2% | 0.81% | - |
| XYZ | 47.81 | 43.92 | 50.21 | - |
| YUV | 180.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 182 | 0 | 0.20 | 0.12 | 0.19 | 336.59 | 0.3 | 0.73 |
| Hex | CF | A6 | B6 | 0 | 14 | C | 13 | 151 | 1E | 49 |
| Octal | 317 | 246 | 266 | 0 | 24 | 14 | 23 | 521 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10110110 | 0 | 10100 | 1100 | 10011 | 101010001 | 11110 | 1001001 |
Color Harmonies of #CFA6B6
Complementary color
Monochromatic Colors of #CFA6B6
Black with #CFA6B6
Text Example
Text Example
White with #CFA6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6B6; }
p { color: rgb(207,166,182); }
H1.HeaderClassName
{
color: #CFA6B6;
}
.AnyTagClassName
{
color: #CFA6B6;
}
</style>
background-color css
<style>
a { background-color: #CFA6B6; }
a { background-color: rgb(207,166,182); }
div.DivClassName
{
background-color: #CFA6B6;
}
.BgClassName
{
background-color: #CFA6B6;
}
</style>
border-color css
<style>
span { border-color: #CFA6B6; }
span { border-color: rgb(207,166,182); }
td.TdClassName
{
border-color: #CFA6B6;
}
.TagClassName
{
border-color: #CFA6B6;
}
</style>