Shades of Lily #C6A2B5
Tints of Lily #C6A2B5
RGB
CMYK
RGB Variations
Color information
#C6A2B5 (or 0xC6A2B5) is known color: Lily. HEX triplet: C6, A2 and B5. RGB value is (198,162,181). Sum of RGB (Red+Green+Blue) = 198+162+181=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2B5 is #395D4A. Grayscale: #AEAEAE. Windows color (decimal): -3759435 or 11903686. OLE color: 11903686.
HSL color Cylindrical-coordinate representation of color #C6A2B5: hue angle of 328.33º 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 #C6A2B5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 181 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.22 |
| HSL | 328.33º | 0.24% | 0.71% | - |
| HSV(B) | 328.33º | 0.18% | 0.78% | - |
| XYZ | 44.55 | 41.18 | 49.32 | - |
| YUV | 174.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 181 | 0 | 0.18 | 0.09 | 0.22 | 328.33 | 0.24 | 0.71 |
| Hex | C6 | A2 | B5 | 0 | 12 | 9 | 16 | 148 | 18 | 47 |
| Octal | 306 | 242 | 265 | 0 | 22 | 11 | 26 | 510 | 30 | 107 |
| Binary | 11000110 | 10100010 | 10110101 | 0 | 10010 | 1001 | 10110 | 101001000 | 11000 | 1000111 |
Color Harmonies of #C6A2B5
Complementary color
Monochromatic Colors of #C6A2B5
Black with #C6A2B5
Text Example
Text Example
White with #C6A2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2B5; }
p { color: rgb(198,162,181); }
H1.HeaderClassName
{
color: #C6A2B5;
}
.AnyTagClassName
{
color: #C6A2B5;
}
</style>
background-color css
<style>
a { background-color: #C6A2B5; }
a { background-color: rgb(198,162,181); }
div.DivClassName
{
background-color: #C6A2B5;
}
.BgClassName
{
background-color: #C6A2B5;
}
</style>
border-color css
<style>
span { border-color: #C6A2B5; }
span { border-color: rgb(198,162,181); }
td.TdClassName
{
border-color: #C6A2B5;
}
.TagClassName
{
border-color: #C6A2B5;
}
</style>