Shades of Lily #C6A2B9
Tints of Lily #C6A2B9
RGB
CMYK
RGB Variations
Color information
#C6A2B9 (or 0xC6A2B9) is known color: Lily. HEX triplet: C6, A2 and B9. RGB value is (198,162,185). Sum of RGB (Red+Green+Blue) = 198+162+185=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2B9 is #395D46. Grayscale: #AFAFAF. Windows color (decimal): -3759431 or 12165830. OLE color: 12165830.
HSL color Cylindrical-coordinate representation of color #C6A2B9: hue angle of 321.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6A2B9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 185 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.22 |
| HSL | 321.67º | 0.24% | 0.71% | - |
| HSV(B) | 321.67º | 0.18% | 0.78% | - |
| XYZ | 44.97 | 41.35 | 51.51 | - |
| YUV | 175.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 185 | 0 | 0.18 | 0.07 | 0.22 | 321.67 | 0.24 | 0.71 |
| Hex | C6 | A2 | B9 | 0 | 12 | 7 | 16 | 142 | 18 | 47 |
| Octal | 306 | 242 | 271 | 0 | 22 | 7 | 26 | 502 | 30 | 107 |
| Binary | 11000110 | 10100010 | 10111001 | 0 | 10010 | 111 | 10110 | 101000010 | 11000 | 1000111 |
Color Harmonies of #C6A2B9
Complementary color
Monochromatic Colors of #C6A2B9
Black with #C6A2B9
Text Example
Text Example
White with #C6A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2B9; }
p { color: rgb(198,162,185); }
H1.HeaderClassName
{
color: #C6A2B9;
}
.AnyTagClassName
{
color: #C6A2B9;
}
</style>
background-color css
<style>
a { background-color: #C6A2B9; }
a { background-color: rgb(198,162,185); }
div.DivClassName
{
background-color: #C6A2B9;
}
.BgClassName
{
background-color: #C6A2B9;
}
</style>
border-color css
<style>
span { border-color: #C6A2B9; }
span { border-color: rgb(198,162,185); }
td.TdClassName
{
border-color: #C6A2B9;
}
.TagClassName
{
border-color: #C6A2B9;
}
</style>