Shades of Lily #C7ACB7
Tints of Lily #C7ACB7
RGB
CMYK
RGB Variations
Color information
#C7ACB7 (or 0xC7ACB7) is known color: Lily. HEX triplet: C7, AC and B7. RGB value is (199,172,183). Sum of RGB (Red+Green+Blue) = 199+172+183=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB7 is #385348. Grayscale: #B5B5B5. Windows color (decimal): -3691337 or 12037319. OLE color: 12037319.
HSL color Cylindrical-coordinate representation of color #C7ACB7: hue angle of 335.56º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACB7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 183 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.22 |
| HSL | 335.56º | 0.19% | 0.73% | - |
| HSV(B) | 335.56º | 0.14% | 0.78% | - |
| XYZ | 46.85 | 45.07 | 51.03 | - |
| YUV | 181.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 183 | 0 | 0.14 | 0.08 | 0.22 | 335.56 | 0.19 | 0.73 |
| Hex | C7 | AC | B7 | 0 | E | 8 | 16 | 150 | 13 | 49 |
| Octal | 307 | 254 | 267 | 0 | 16 | 10 | 26 | 520 | 23 | 111 |
| Binary | 11000111 | 10101100 | 10110111 | 0 | 1110 | 1000 | 10110 | 101010000 | 10011 | 1001001 |
Color Harmonies of #C7ACB7
Complementary color
Monochromatic Colors of #C7ACB7
Black with #C7ACB7
Text Example
Text Example
White with #C7ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACB7; }
p { color: rgb(199,172,183); }
H1.HeaderClassName
{
color: #C7ACB7;
}
.AnyTagClassName
{
color: #C7ACB7;
}
</style>
background-color css
<style>
a { background-color: #C7ACB7; }
a { background-color: rgb(199,172,183); }
div.DivClassName
{
background-color: #C7ACB7;
}
.BgClassName
{
background-color: #C7ACB7;
}
</style>
border-color css
<style>
span { border-color: #C7ACB7; }
span { border-color: rgb(199,172,183); }
td.TdClassName
{
border-color: #C7ACB7;
}
.TagClassName
{
border-color: #C7ACB7;
}
</style>