Shades of Lily #C6A5BB
Tints of Lily #C6A5BB
RGB
CMYK
RGB Variations
Color information
#C6A5BB (or 0xC6A5BB) is known color: Lily. HEX triplet: C6, A5 and BB. RGB value is (198,165,187). Sum of RGB (Red+Green+Blue) = 198+165+187=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5BB is #395A44. Grayscale: #B1B1B1. Windows color (decimal): -3758661 or 12297670. OLE color: 12297670.
HSL color Cylindrical-coordinate representation of color #C6A5BB: hue angle of 320º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A5BB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 187 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.22 |
| HSL | 320º | 0.22% | 0.71% | - |
| HSV(B) | 320º | 0.17% | 0.78% | - |
| XYZ | 45.71 | 42.5 | 52.81 | - |
| YUV | 177.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 187 | 0 | 0.17 | 0.06 | 0.22 | 320 | 0.22 | 0.71 |
| Hex | C6 | A5 | BB | 0 | 11 | 6 | 16 | 140 | 16 | 47 |
| Octal | 306 | 245 | 273 | 0 | 21 | 6 | 26 | 500 | 26 | 107 |
| Binary | 11000110 | 10100101 | 10111011 | 0 | 10001 | 110 | 10110 | 101000000 | 10110 | 1000111 |
Color Harmonies of #C6A5BB
Complementary color
Monochromatic Colors of #C6A5BB
Black with #C6A5BB
Text Example
Text Example
White with #C6A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5BB; }
p { color: rgb(198,165,187); }
H1.HeaderClassName
{
color: #C6A5BB;
}
.AnyTagClassName
{
color: #C6A5BB;
}
</style>
background-color css
<style>
a { background-color: #C6A5BB; }
a { background-color: rgb(198,165,187); }
div.DivClassName
{
background-color: #C6A5BB;
}
.BgClassName
{
background-color: #C6A5BB;
}
</style>
border-color css
<style>
span { border-color: #C6A5BB; }
span { border-color: rgb(198,165,187); }
td.TdClassName
{
border-color: #C6A5BB;
}
.TagClassName
{
border-color: #C6A5BB;
}
</style>