Shades of Lily #C596AA
Tints of Lily #C596AA
RGB
CMYK
RGB Variations
Color information
#C596AA (or 0xC596AA) is known color: Lily. HEX triplet: C5, 96 and AA. RGB value is (197,150,170). Sum of RGB (Red+Green+Blue) = 197+150+170=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C596AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596AA is #3A6955. Grayscale: #A6A6A6. Windows color (decimal): -3828054 or 11179717. OLE color: 11179717.
HSL color Cylindrical-coordinate representation of color #C596AA: hue angle of 334.47º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C596AA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 170 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.23 |
| HSL | 334.47º | 0.29% | 0.68% | - |
| HSV(B) | 334.47º | 0.24% | 0.77% | - |
| XYZ | 41.19 | 36.59 | 42.92 | - |
| YUV | 166.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 170 | 0 | 0.24 | 0.14 | 0.23 | 334.47 | 0.29 | 0.68 |
| Hex | C5 | 96 | AA | 0 | 18 | E | 17 | 14E | 1D | 44 |
| Octal | 305 | 226 | 252 | 0 | 30 | 16 | 27 | 516 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10101010 | 0 | 11000 | 1110 | 10111 | 101001110 | 11101 | 1000100 |
Color Harmonies of #C596AA
Complementary color
Monochromatic Colors of #C596AA
Black with #C596AA
Text Example
Text Example
White with #C596AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596AA; }
p { color: rgb(197,150,170); }
H1.HeaderClassName
{
color: #C596AA;
}
.AnyTagClassName
{
color: #C596AA;
}
</style>
background-color css
<style>
a { background-color: #C596AA; }
a { background-color: rgb(197,150,170); }
div.DivClassName
{
background-color: #C596AA;
}
.BgClassName
{
background-color: #C596AA;
}
</style>
border-color css
<style>
span { border-color: #C596AA; }
span { border-color: rgb(197,150,170); }
td.TdClassName
{
border-color: #C596AA;
}
.TagClassName
{
border-color: #C596AA;
}
</style>