Shades of Lily #C794AB
Tints of Lily #C794AB
RGB
CMYK
RGB Variations
Color information
#C794AB (or 0xC794AB) is known color: Lily. HEX triplet: C7, 94 and AB. RGB value is (199,148,171). Sum of RGB (Red+Green+Blue) = 199+148+171=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C794AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C794AB is #386B54. Grayscale: #A5A5A5. Windows color (decimal): -3697493 or 11244743. OLE color: 11244743.
HSL color Cylindrical-coordinate representation of color #C794AB: hue angle of 332.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C794AB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 171 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.22 |
| HSL | 332.94º | 0.31% | 0.68% | - |
| HSV(B) | 332.94º | 0.26% | 0.78% | - |
| XYZ | 41.49 | 36.26 | 43.34 | - |
| YUV | 165.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 171 | 0 | 0.26 | 0.14 | 0.22 | 332.94 | 0.31 | 0.68 |
| Hex | C7 | 94 | AB | 0 | 1A | E | 16 | 14D | 1F | 44 |
| Octal | 307 | 224 | 253 | 0 | 32 | 16 | 26 | 515 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10101011 | 0 | 11010 | 1110 | 10110 | 101001101 | 11111 | 1000100 |
Color Harmonies of #C794AB
Complementary color
Monochromatic Colors of #C794AB
Black with #C794AB
Text Example
Text Example
White with #C794AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794AB; }
p { color: rgb(199,148,171); }
H1.HeaderClassName
{
color: #C794AB;
}
.AnyTagClassName
{
color: #C794AB;
}
</style>
background-color css
<style>
a { background-color: #C794AB; }
a { background-color: rgb(199,148,171); }
div.DivClassName
{
background-color: #C794AB;
}
.BgClassName
{
background-color: #C794AB;
}
</style>
border-color css
<style>
span { border-color: #C794AB; }
span { border-color: rgb(199,148,171); }
td.TdClassName
{
border-color: #C794AB;
}
.TagClassName
{
border-color: #C794AB;
}
</style>