Shades of Lily #C77CAE
Tints of Lily #C77CAE
RGB
CMYK
RGB Variations
Color information
#C77CAE (or 0xC77CAE) is known color: Lily. HEX triplet: C7, 7C and AE. RGB value is (199,124,174). Sum of RGB (Red+Green+Blue) = 199+124+174=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CAE is #388351. Grayscale: #989898. Windows color (decimal): -3703634 or 11435207. OLE color: 11435207.
HSL color Cylindrical-coordinate representation of color #C77CAE: hue angle of 320º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CAE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 174 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.22 |
| HSL | 320º | 0.4% | 0.63% | - |
| HSV(B) | 320º | 0.38% | 0.78% | - |
| XYZ | 38.4 | 29.61 | 43.74 | - |
| YUV | 152.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 174 | 0 | 0.38 | 0.13 | 0.22 | 320 | 0.4 | 0.63 |
| Hex | C7 | 7C | AE | 0 | 26 | D | 16 | 140 | 28 | 3F |
| Octal | 307 | 174 | 256 | 0 | 46 | 15 | 26 | 500 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10101110 | 0 | 100110 | 1101 | 10110 | 101000000 | 101000 | 111111 |
Color Harmonies of #C77CAE
Complementary color
Monochromatic Colors of #C77CAE
Black with #C77CAE
Text Example
Text Example
White with #C77CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CAE; }
p { color: rgb(199,124,174); }
H1.HeaderClassName
{
color: #C77CAE;
}
.AnyTagClassName
{
color: #C77CAE;
}
</style>
background-color css
<style>
a { background-color: #C77CAE; }
a { background-color: rgb(199,124,174); }
div.DivClassName
{
background-color: #C77CAE;
}
.BgClassName
{
background-color: #C77CAE;
}
</style>
border-color css
<style>
span { border-color: #C77CAE; }
span { border-color: rgb(199,124,174); }
td.TdClassName
{
border-color: #C77CAE;
}
.TagClassName
{
border-color: #C77CAE;
}
</style>