Shades of Lily #C57EAB
Tints of Lily #C57EAB
RGB
CMYK
RGB Variations
Color information
#C57EAB (or 0xC57EAB) is known color: Lily. HEX triplet: C5, 7E and AB. RGB value is (197,126,171). Sum of RGB (Red+Green+Blue) = 197+126+171=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57EAB is #3A8154. Grayscale: #989898. Windows color (decimal): -3834197 or 11239109. OLE color: 11239109.
HSL color Cylindrical-coordinate representation of color #C57EAB: hue angle of 321.97º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EAB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 171 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.23 |
| HSL | 321.97º | 0.38% | 0.63% | - |
| HSV(B) | 321.97º | 0.36% | 0.77% | - |
| XYZ | 37.84 | 29.73 | 42.27 | - |
| YUV | 152.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 171 | 0 | 0.36 | 0.13 | 0.23 | 321.97 | 0.38 | 0.63 |
| Hex | C5 | 7E | AB | 0 | 24 | D | 17 | 142 | 26 | 3F |
| Octal | 305 | 176 | 253 | 0 | 44 | 15 | 27 | 502 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10101011 | 0 | 100100 | 1101 | 10111 | 101000010 | 100110 | 111111 |
Color Harmonies of #C57EAB
Complementary color
Monochromatic Colors of #C57EAB
Black with #C57EAB
Text Example
Text Example
White with #C57EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EAB; }
p { color: rgb(197,126,171); }
H1.HeaderClassName
{
color: #C57EAB;
}
.AnyTagClassName
{
color: #C57EAB;
}
</style>
background-color css
<style>
a { background-color: #C57EAB; }
a { background-color: rgb(197,126,171); }
div.DivClassName
{
background-color: #C57EAB;
}
.BgClassName
{
background-color: #C57EAB;
}
</style>
border-color css
<style>
span { border-color: #C57EAB; }
span { border-color: rgb(197,126,171); }
td.TdClassName
{
border-color: #C57EAB;
}
.TagClassName
{
border-color: #C57EAB;
}
</style>