Shades of Lily #C7A6B9
Tints of Lily #C7A6B9
RGB
CMYK
RGB Variations
Color information
#C7A6B9 (or 0xC7A6B9) is known color: Lily. HEX triplet: C7, A6 and B9. RGB value is (199,166,185). Sum of RGB (Red+Green+Blue) = 199+166+185=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6B9 is #385946. Grayscale: #B1B1B1. Windows color (decimal): -3692871 or 12166855. OLE color: 12166855.
HSL color Cylindrical-coordinate representation of color #C7A6B9: hue angle of 325.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6B9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 185 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.22 |
| HSL | 325.45º | 0.23% | 0.72% | - |
| HSV(B) | 325.45º | 0.17% | 0.78% | - |
| XYZ | 45.95 | 42.92 | 51.76 | - |
| YUV | 178.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 185 | 0 | 0.17 | 0.07 | 0.22 | 325.45 | 0.23 | 0.72 |
| Hex | C7 | A6 | B9 | 0 | 11 | 7 | 16 | 145 | 17 | 48 |
| Octal | 307 | 246 | 271 | 0 | 21 | 7 | 26 | 505 | 27 | 110 |
| Binary | 11000111 | 10100110 | 10111001 | 0 | 10001 | 111 | 10110 | 101000101 | 10111 | 1001000 |
Color Harmonies of #C7A6B9
Complementary color
Monochromatic Colors of #C7A6B9
Black with #C7A6B9
Text Example
Text Example
White with #C7A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6B9; }
p { color: rgb(199,166,185); }
H1.HeaderClassName
{
color: #C7A6B9;
}
.AnyTagClassName
{
color: #C7A6B9;
}
</style>
background-color css
<style>
a { background-color: #C7A6B9; }
a { background-color: rgb(199,166,185); }
div.DivClassName
{
background-color: #C7A6B9;
}
.BgClassName
{
background-color: #C7A6B9;
}
</style>
border-color css
<style>
span { border-color: #C7A6B9; }
span { border-color: rgb(199,166,185); }
td.TdClassName
{
border-color: #C7A6B9;
}
.TagClassName
{
border-color: #C7A6B9;
}
</style>