Shades of Lily #C6A6B9
Tints of Lily #C6A6B9
RGB
CMYK
RGB Variations
Color information
#C6A6B9 (or 0xC6A6B9) is known color: Lily. HEX triplet: C6, A6 and B9. RGB value is (198,166,185). Sum of RGB (Red+Green+Blue) = 198+166+185=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6B9 is #395946. Grayscale: #B1B1B1. Windows color (decimal): -3758407 or 12166854. OLE color: 12166854.
HSL color Cylindrical-coordinate representation of color #C6A6B9: hue angle of 324.38º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6B9 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 185 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.22 |
| HSL | 324.38º | 0.22% | 0.71% | - |
| HSV(B) | 324.38º | 0.16% | 0.78% | - |
| XYZ | 45.68 | 42.78 | 51.75 | - |
| YUV | 177.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 185 | 0 | 0.16 | 0.07 | 0.22 | 324.38 | 0.22 | 0.71 |
| Hex | C6 | A6 | B9 | 0 | 10 | 7 | 16 | 144 | 16 | 47 |
| Octal | 306 | 246 | 271 | 0 | 20 | 7 | 26 | 504 | 26 | 107 |
| Binary | 11000110 | 10100110 | 10111001 | 0 | 10000 | 111 | 10110 | 101000100 | 10110 | 1000111 |
Color Harmonies of #C6A6B9
Complementary color
Monochromatic Colors of #C6A6B9
Black with #C6A6B9
Text Example
Text Example
White with #C6A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A6B9; }
p { color: rgb(198,166,185); }
H1.HeaderClassName
{
color: #C6A6B9;
}
.AnyTagClassName
{
color: #C6A6B9;
}
</style>
background-color css
<style>
a { background-color: #C6A6B9; }
a { background-color: rgb(198,166,185); }
div.DivClassName
{
background-color: #C6A6B9;
}
.BgClassName
{
background-color: #C6A6B9;
}
</style>
border-color css
<style>
span { border-color: #C6A6B9; }
span { border-color: rgb(198,166,185); }
td.TdClassName
{
border-color: #C6A6B9;
}
.TagClassName
{
border-color: #C6A6B9;
}
</style>