Shades of Lily #C6A7B8
Tints of Lily #C6A7B8
RGB
CMYK
RGB Variations
Color information
#C6A7B8 (or 0xC6A7B8) is known color: Lily. HEX triplet: C6, A7 and B8. RGB value is (198,167,184). Sum of RGB (Red+Green+Blue) = 198+167+184=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7B8 is #395847. Grayscale: #B2B2B2. Windows color (decimal): -3758152 or 12101574. OLE color: 12101574.
HSL color Cylindrical-coordinate representation of color #C6A7B8: hue angle of 327.1º 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 #C6A7B8 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 184 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.22 |
| HSL | 327.1º | 0.21% | 0.72% | - |
| HSV(B) | 327.1º | 0.16% | 0.78% | - |
| XYZ | 45.76 | 43.1 | 51.26 | - |
| YUV | 178.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 184 | 0 | 0.16 | 0.07 | 0.22 | 327.1 | 0.21 | 0.72 |
| Hex | C6 | A7 | B8 | 0 | 10 | 7 | 16 | 147 | 15 | 48 |
| Octal | 306 | 247 | 270 | 0 | 20 | 7 | 26 | 507 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10111000 | 0 | 10000 | 111 | 10110 | 101000111 | 10101 | 1001000 |
Color Harmonies of #C6A7B8
Complementary color
Monochromatic Colors of #C6A7B8
Black with #C6A7B8
Text Example
Text Example
White with #C6A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7B8; }
p { color: rgb(198,167,184); }
H1.HeaderClassName
{
color: #C6A7B8;
}
.AnyTagClassName
{
color: #C6A7B8;
}
</style>
background-color css
<style>
a { background-color: #C6A7B8; }
a { background-color: rgb(198,167,184); }
div.DivClassName
{
background-color: #C6A7B8;
}
.BgClassName
{
background-color: #C6A7B8;
}
</style>
border-color css
<style>
span { border-color: #C6A7B8; }
span { border-color: rgb(198,167,184); }
td.TdClassName
{
border-color: #C6A7B8;
}
.TagClassName
{
border-color: #C6A7B8;
}
</style>