Shades of Lily #C792AD
Tints of Lily #C792AD
RGB
CMYK
RGB Variations
Color information
#C792AD (or 0xC792AD) is known color: Lily. HEX triplet: C7, 92 and AD. RGB value is (199,146,173). Sum of RGB (Red+Green+Blue) = 199+146+173=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C792AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C792AD is #386D52. Grayscale: #A4A4A4. Windows color (decimal): -3698003 or 11375303. OLE color: 11375303.
HSL color Cylindrical-coordinate representation of color #C792AD: hue angle of 329.43º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C792AD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 173 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.22 |
| HSL | 329.43º | 0.32% | 0.68% | - |
| HSV(B) | 329.43º | 0.27% | 0.78% | - |
| XYZ | 41.37 | 35.72 | 44.25 | - |
| YUV | 164.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 173 | 0 | 0.27 | 0.13 | 0.22 | 329.43 | 0.32 | 0.68 |
| Hex | C7 | 92 | AD | 0 | 1B | D | 16 | 149 | 20 | 44 |
| Octal | 307 | 222 | 255 | 0 | 33 | 15 | 26 | 511 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10101101 | 0 | 11011 | 1101 | 10110 | 101001001 | 100000 | 1000100 |
Color Harmonies of #C792AD
Complementary color
Monochromatic Colors of #C792AD
Black with #C792AD
Text Example
Text Example
White with #C792AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792AD; }
p { color: rgb(199,146,173); }
H1.HeaderClassName
{
color: #C792AD;
}
.AnyTagClassName
{
color: #C792AD;
}
</style>
background-color css
<style>
a { background-color: #C792AD; }
a { background-color: rgb(199,146,173); }
div.DivClassName
{
background-color: #C792AD;
}
.BgClassName
{
background-color: #C792AD;
}
</style>
border-color css
<style>
span { border-color: #C792AD; }
span { border-color: rgb(199,146,173); }
td.TdClassName
{
border-color: #C792AD;
}
.TagClassName
{
border-color: #C792AD;
}
</style>