Shades of Lily #C791AB
Tints of Lily #C791AB
RGB
CMYK
RGB Variations
Color information
#C791AB (or 0xC791AB) is known color: Lily. HEX triplet: C7, 91 and AB. RGB value is (199,145,171). Sum of RGB (Red+Green+Blue) = 199+145+171=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C791AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C791AB is #386E54. Grayscale: #A4A4A4. Windows color (decimal): -3698261 or 11243975. OLE color: 11243975.
HSL color Cylindrical-coordinate representation of color #C791AB: hue angle of 331.11º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C791AB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 171 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.22 |
| HSL | 331.11º | 0.33% | 0.67% | - |
| HSV(B) | 331.11º | 0.27% | 0.78% | - |
| XYZ | 41.03 | 35.33 | 43.19 | - |
| YUV | 164.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 171 | 0 | 0.27 | 0.14 | 0.22 | 331.11 | 0.33 | 0.67 |
| Hex | C7 | 91 | AB | 0 | 1B | E | 16 | 14B | 21 | 43 |
| Octal | 307 | 221 | 253 | 0 | 33 | 16 | 26 | 513 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10101011 | 0 | 11011 | 1110 | 10110 | 101001011 | 100001 | 1000011 |
Color Harmonies of #C791AB
Complementary color
Monochromatic Colors of #C791AB
Black with #C791AB
Text Example
Text Example
White with #C791AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791AB; }
p { color: rgb(199,145,171); }
H1.HeaderClassName
{
color: #C791AB;
}
.AnyTagClassName
{
color: #C791AB;
}
</style>
background-color css
<style>
a { background-color: #C791AB; }
a { background-color: rgb(199,145,171); }
div.DivClassName
{
background-color: #C791AB;
}
.BgClassName
{
background-color: #C791AB;
}
</style>
border-color css
<style>
span { border-color: #C791AB; }
span { border-color: rgb(199,145,171); }
td.TdClassName
{
border-color: #C791AB;
}
.TagClassName
{
border-color: #C791AB;
}
</style>