Shades of Lily #C792AE
Tints of Lily #C792AE
RGB
CMYK
RGB Variations
Color information
#C792AE (or 0xC792AE) is known color: Lily. HEX triplet: C7, 92 and AE. RGB value is (199,146,174). Sum of RGB (Red+Green+Blue) = 199+146+174=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C792AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C792AE is #386D51. Grayscale: #A4A4A4. Windows color (decimal): -3698002 or 11440839. OLE color: 11440839.
HSL color Cylindrical-coordinate representation of color #C792AE: hue angle of 328.3º 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 #C792AE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 174 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.22 |
| HSL | 328.3º | 0.32% | 0.68% | - |
| HSV(B) | 328.3º | 0.27% | 0.78% | - |
| XYZ | 41.47 | 35.76 | 44.76 | - |
| YUV | 165.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 174 | 0 | 0.27 | 0.13 | 0.22 | 328.3 | 0.32 | 0.68 |
| Hex | C7 | 92 | AE | 0 | 1B | D | 16 | 148 | 20 | 44 |
| Octal | 307 | 222 | 256 | 0 | 33 | 15 | 26 | 510 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10101110 | 0 | 11011 | 1101 | 10110 | 101001000 | 100000 | 1000100 |
Color Harmonies of #C792AE
Complementary color
Monochromatic Colors of #C792AE
Black with #C792AE
Text Example
Text Example
White with #C792AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792AE; }
p { color: rgb(199,146,174); }
H1.HeaderClassName
{
color: #C792AE;
}
.AnyTagClassName
{
color: #C792AE;
}
</style>
background-color css
<style>
a { background-color: #C792AE; }
a { background-color: rgb(199,146,174); }
div.DivClassName
{
background-color: #C792AE;
}
.BgClassName
{
background-color: #C792AE;
}
</style>
border-color css
<style>
span { border-color: #C792AE; }
span { border-color: rgb(199,146,174); }
td.TdClassName
{
border-color: #C792AE;
}
.TagClassName
{
border-color: #C792AE;
}
</style>