Shades of Lily #C796AB
Tints of Lily #C796AB
RGB
CMYK
RGB Variations
Color information
#C796AB (or 0xC796AB) is known color: Lily. HEX triplet: C7, 96 and AB. RGB value is (199,150,171). Sum of RGB (Red+Green+Blue) = 199+150+171=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C796AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C796AB is #386954. Grayscale: #A7A7A7. Windows color (decimal): -3696981 or 11245255. OLE color: 11245255.
HSL color Cylindrical-coordinate representation of color #C796AB: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C796AB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 171 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.22 |
| HSL | 334.29º | 0.3% | 0.68% | - |
| HSV(B) | 334.29º | 0.25% | 0.78% | - |
| XYZ | 41.81 | 36.9 | 43.45 | - |
| YUV | 167.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 171 | 0 | 0.25 | 0.14 | 0.22 | 334.29 | 0.3 | 0.68 |
| Hex | C7 | 96 | AB | 0 | 19 | E | 16 | 14E | 1E | 44 |
| Octal | 307 | 226 | 253 | 0 | 31 | 16 | 26 | 516 | 36 | 104 |
| Binary | 11000111 | 10010110 | 10101011 | 0 | 11001 | 1110 | 10110 | 101001110 | 11110 | 1000100 |
Color Harmonies of #C796AB
Complementary color
Monochromatic Colors of #C796AB
Black with #C796AB
Text Example
Text Example
White with #C796AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796AB; }
p { color: rgb(199,150,171); }
H1.HeaderClassName
{
color: #C796AB;
}
.AnyTagClassName
{
color: #C796AB;
}
</style>
background-color css
<style>
a { background-color: #C796AB; }
a { background-color: rgb(199,150,171); }
div.DivClassName
{
background-color: #C796AB;
}
.BgClassName
{
background-color: #C796AB;
}
</style>
border-color css
<style>
span { border-color: #C796AB; }
span { border-color: rgb(199,150,171); }
td.TdClassName
{
border-color: #C796AB;
}
.TagClassName
{
border-color: #C796AB;
}
</style>