Shades of Lily #C77CAD
Tints of Lily #C77CAD
RGB
CMYK
RGB Variations
Color information
#C77CAD (or 0xC77CAD) is known color: Lily. HEX triplet: C7, 7C and AD. RGB value is (199,124,173). Sum of RGB (Red+Green+Blue) = 199+124+173=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CAD is #388352. Grayscale: #979797. Windows color (decimal): -3703635 or 11369671. OLE color: 11369671.
HSL color Cylindrical-coordinate representation of color #C77CAD: hue angle of 320.8º 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 #C77CAD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 173 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.22 |
| HSL | 320.8º | 0.4% | 0.63% | - |
| HSV(B) | 320.8º | 0.38% | 0.78% | - |
| XYZ | 38.3 | 29.57 | 43.22 | - |
| YUV | 152.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 173 | 0 | 0.38 | 0.13 | 0.22 | 320.8 | 0.4 | 0.63 |
| Hex | C7 | 7C | AD | 0 | 26 | D | 16 | 141 | 28 | 3F |
| Octal | 307 | 174 | 255 | 0 | 46 | 15 | 26 | 501 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10101101 | 0 | 100110 | 1101 | 10110 | 101000001 | 101000 | 111111 |
Color Harmonies of #C77CAD
Complementary color
Monochromatic Colors of #C77CAD
Black with #C77CAD
Text Example
Text Example
White with #C77CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CAD; }
p { color: rgb(199,124,173); }
H1.HeaderClassName
{
color: #C77CAD;
}
.AnyTagClassName
{
color: #C77CAD;
}
</style>
background-color css
<style>
a { background-color: #C77CAD; }
a { background-color: rgb(199,124,173); }
div.DivClassName
{
background-color: #C77CAD;
}
.BgClassName
{
background-color: #C77CAD;
}
</style>
border-color css
<style>
span { border-color: #C77CAD; }
span { border-color: rgb(199,124,173); }
td.TdClassName
{
border-color: #C77CAD;
}
.TagClassName
{
border-color: #C77CAD;
}
</style>