Shades of Lily #C6A7BA
Tints of Lily #C6A7BA
RGB
CMYK
RGB Variations
Color information
#C6A7BA (or 0xC6A7BA) is known color: Lily. HEX triplet: C6, A7 and BA. RGB value is (198,167,186). Sum of RGB (Red+Green+Blue) = 198+167+186=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7BA is #395845. Grayscale: #B2B2B2. Windows color (decimal): -3758150 or 12232646. OLE color: 12232646.
HSL color Cylindrical-coordinate representation of color #C6A7BA: hue angle of 323.23º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A7BA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 186 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.22 |
| HSL | 323.23º | 0.21% | 0.72% | - |
| HSV(B) | 323.23º | 0.16% | 0.78% | - |
| XYZ | 45.97 | 43.19 | 52.37 | - |
| YUV | 178.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 186 | 0 | 0.16 | 0.06 | 0.22 | 323.23 | 0.21 | 0.72 |
| Hex | C6 | A7 | BA | 0 | 10 | 6 | 16 | 143 | 15 | 48 |
| Octal | 306 | 247 | 272 | 0 | 20 | 6 | 26 | 503 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10111010 | 0 | 10000 | 110 | 10110 | 101000011 | 10101 | 1001000 |
Color Harmonies of #C6A7BA
Complementary color
Monochromatic Colors of #C6A7BA
Black with #C6A7BA
Text Example
Text Example
White with #C6A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7BA; }
p { color: rgb(198,167,186); }
H1.HeaderClassName
{
color: #C6A7BA;
}
.AnyTagClassName
{
color: #C6A7BA;
}
</style>
background-color css
<style>
a { background-color: #C6A7BA; }
a { background-color: rgb(198,167,186); }
div.DivClassName
{
background-color: #C6A7BA;
}
.BgClassName
{
background-color: #C6A7BA;
}
</style>
border-color css
<style>
span { border-color: #C6A7BA; }
span { border-color: rgb(198,167,186); }
td.TdClassName
{
border-color: #C6A7BA;
}
.TagClassName
{
border-color: #C6A7BA;
}
</style>