Shades of Lily #C7AAB8
Tints of Lily #C7AAB8
RGB
CMYK
RGB Variations
Color information
#C7AAB8 (or 0xC7AAB8) is known color: Lily. HEX triplet: C7, AA and B8. RGB value is (199,170,184). Sum of RGB (Red+Green+Blue) = 199+170+184=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB8 is #385547. Grayscale: #B4B4B4. Windows color (decimal): -3691848 or 12102343. OLE color: 12102343.
HSL color Cylindrical-coordinate representation of color #C7AAB8: hue angle of 331.03º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAB8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 184 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.22 |
| HSL | 331.03º | 0.21% | 0.72% | - |
| HSV(B) | 331.03º | 0.15% | 0.78% | - |
| XYZ | 46.58 | 44.35 | 51.45 | - |
| YUV | 180.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 184 | 0 | 0.15 | 0.08 | 0.22 | 331.03 | 0.21 | 0.72 |
| Hex | C7 | AA | B8 | 0 | F | 8 | 16 | 14B | 15 | 48 |
| Octal | 307 | 252 | 270 | 0 | 17 | 10 | 26 | 513 | 25 | 110 |
| Binary | 11000111 | 10101010 | 10111000 | 0 | 1111 | 1000 | 10110 | 101001011 | 10101 | 1001000 |
Color Harmonies of #C7AAB8
Complementary color
Monochromatic Colors of #C7AAB8
Black with #C7AAB8
Text Example
Text Example
White with #C7AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAB8; }
p { color: rgb(199,170,184); }
H1.HeaderClassName
{
color: #C7AAB8;
}
.AnyTagClassName
{
color: #C7AAB8;
}
</style>
background-color css
<style>
a { background-color: #C7AAB8; }
a { background-color: rgb(199,170,184); }
div.DivClassName
{
background-color: #C7AAB8;
}
.BgClassName
{
background-color: #C7AAB8;
}
</style>
border-color css
<style>
span { border-color: #C7AAB8; }
span { border-color: rgb(199,170,184); }
td.TdClassName
{
border-color: #C7AAB8;
}
.TagClassName
{
border-color: #C7AAB8;
}
</style>