Shades of Lily #C6ACB7
Tints of Lily #C6ACB7
RGB
CMYK
RGB Variations
Color information
#C6ACB7 (or 0xC6ACB7) is known color: Lily. HEX triplet: C6, AC and B7. RGB value is (198,172,183). Sum of RGB (Red+Green+Blue) = 198+172+183=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACB7 is #395348. Grayscale: #B5B5B5. Windows color (decimal): -3756873 or 12037318. OLE color: 12037318.
HSL color Cylindrical-coordinate representation of color #C6ACB7: hue angle of 334.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACB7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 183 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.22 |
| HSL | 334.62º | 0.19% | 0.73% | - |
| HSV(B) | 334.62º | 0.13% | 0.78% | - |
| XYZ | 46.59 | 44.93 | 51.02 | - |
| YUV | 181.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 183 | 0 | 0.13 | 0.08 | 0.22 | 334.62 | 0.19 | 0.73 |
| Hex | C6 | AC | B7 | 0 | D | 8 | 16 | 14F | 13 | 49 |
| Octal | 306 | 254 | 267 | 0 | 15 | 10 | 26 | 517 | 23 | 111 |
| Binary | 11000110 | 10101100 | 10110111 | 0 | 1101 | 1000 | 10110 | 101001111 | 10011 | 1001001 |
Color Harmonies of #C6ACB7
Complementary color
Monochromatic Colors of #C6ACB7
Black with #C6ACB7
Text Example
Text Example
White with #C6ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACB7; }
p { color: rgb(198,172,183); }
H1.HeaderClassName
{
color: #C6ACB7;
}
.AnyTagClassName
{
color: #C6ACB7;
}
</style>
background-color css
<style>
a { background-color: #C6ACB7; }
a { background-color: rgb(198,172,183); }
div.DivClassName
{
background-color: #C6ACB7;
}
.BgClassName
{
background-color: #C6ACB7;
}
</style>
border-color css
<style>
span { border-color: #C6ACB7; }
span { border-color: rgb(198,172,183); }
td.TdClassName
{
border-color: #C6ACB7;
}
.TagClassName
{
border-color: #C6ACB7;
}
</style>