Shades of Lily #C6AFB7
Tints of Lily #C6AFB7
RGB
CMYK
RGB Variations
Color information
#C6AFB7 (or 0xC6AFB7) is known color: Lily. HEX triplet: C6, AF and B7. RGB value is (198,175,183). Sum of RGB (Red+Green+Blue) = 198+175+183=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFB7 is #395048. Grayscale: #B6B6B6. Windows color (decimal): -3756105 or 12038086. OLE color: 12038086.
HSL color Cylindrical-coordinate representation of color #C6AFB7: hue angle of 339.13º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AFB7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 183 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.22 |
| HSL | 339.13º | 0.17% | 0.73% | - |
| HSV(B) | 339.13º | 0.12% | 0.78% | - |
| XYZ | 47.17 | 46.08 | 51.21 | - |
| YUV | 182.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 183 | 0 | 0.12 | 0.08 | 0.22 | 339.13 | 0.17 | 0.73 |
| Hex | C6 | AF | B7 | 0 | C | 8 | 16 | 153 | 11 | 49 |
| Octal | 306 | 257 | 267 | 0 | 14 | 10 | 26 | 523 | 21 | 111 |
| Binary | 11000110 | 10101111 | 10110111 | 0 | 1100 | 1000 | 10110 | 101010011 | 10001 | 1001001 |
Color Harmonies of #C6AFB7
Complementary color
Monochromatic Colors of #C6AFB7
Black with #C6AFB7
Text Example
Text Example
White with #C6AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFB7; }
p { color: rgb(198,175,183); }
H1.HeaderClassName
{
color: #C6AFB7;
}
.AnyTagClassName
{
color: #C6AFB7;
}
</style>
background-color css
<style>
a { background-color: #C6AFB7; }
a { background-color: rgb(198,175,183); }
div.DivClassName
{
background-color: #C6AFB7;
}
.BgClassName
{
background-color: #C6AFB7;
}
</style>
border-color css
<style>
span { border-color: #C6AFB7; }
span { border-color: rgb(198,175,183); }
td.TdClassName
{
border-color: #C6AFB7;
}
.TagClassName
{
border-color: #C6AFB7;
}
</style>