Shades of Lily #C6A7B7
Tints of Lily #C6A7B7
RGB
CMYK
RGB Variations
Color information
#C6A7B7 (or 0xC6A7B7) is known color: Lily. HEX triplet: C6, A7 and B7. RGB value is (198,167,183). Sum of RGB (Red+Green+Blue) = 198+167+183=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7B7 is #395848. Grayscale: #B2B2B2. Windows color (decimal): -3758153 or 12036038. OLE color: 12036038.
HSL color Cylindrical-coordinate representation of color #C6A7B7: hue angle of 329.03º 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 #C6A7B7 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 183 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.22 |
| HSL | 329.03º | 0.21% | 0.72% | - |
| HSV(B) | 329.03º | 0.16% | 0.78% | - |
| XYZ | 45.65 | 43.06 | 50.71 | - |
| YUV | 178.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 183 | 0 | 0.16 | 0.08 | 0.22 | 329.03 | 0.21 | 0.72 |
| Hex | C6 | A7 | B7 | 0 | 10 | 8 | 16 | 149 | 15 | 48 |
| Octal | 306 | 247 | 267 | 0 | 20 | 10 | 26 | 511 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10110111 | 0 | 10000 | 1000 | 10110 | 101001001 | 10101 | 1001000 |
Color Harmonies of #C6A7B7
Complementary color
Monochromatic Colors of #C6A7B7
Black with #C6A7B7
Text Example
Text Example
White with #C6A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7B7; }
p { color: rgb(198,167,183); }
H1.HeaderClassName
{
color: #C6A7B7;
}
.AnyTagClassName
{
color: #C6A7B7;
}
</style>
background-color css
<style>
a { background-color: #C6A7B7; }
a { background-color: rgb(198,167,183); }
div.DivClassName
{
background-color: #C6A7B7;
}
.BgClassName
{
background-color: #C6A7B7;
}
</style>
border-color css
<style>
span { border-color: #C6A7B7; }
span { border-color: rgb(198,167,183); }
td.TdClassName
{
border-color: #C6A7B7;
}
.TagClassName
{
border-color: #C6A7B7;
}
</style>