Shades of Lily #C596AD
Tints of Lily #C596AD
RGB
CMYK
RGB Variations
Color information
#C596AD (or 0xC596AD) is known color: Lily. HEX triplet: C5, 96 and AD. RGB value is (197,150,173). Sum of RGB (Red+Green+Blue) = 197+150+173=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C596AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596AD is #3A6952. Grayscale: #A6A6A6. Windows color (decimal): -3828051 or 11376325. OLE color: 11376325.
HSL color Cylindrical-coordinate representation of color #C596AD: hue angle of 330.64º 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 #C596AD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 173 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.23 |
| HSL | 330.64º | 0.29% | 0.68% | - |
| HSV(B) | 330.64º | 0.24% | 0.77% | - |
| XYZ | 41.48 | 36.7 | 44.43 | - |
| YUV | 166.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 173 | 0 | 0.24 | 0.12 | 0.23 | 330.64 | 0.29 | 0.68 |
| Hex | C5 | 96 | AD | 0 | 18 | C | 17 | 14B | 1D | 44 |
| Octal | 305 | 226 | 255 | 0 | 30 | 14 | 27 | 513 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10101101 | 0 | 11000 | 1100 | 10111 | 101001011 | 11101 | 1000100 |
Color Harmonies of #C596AD
Complementary color
Monochromatic Colors of #C596AD
Black with #C596AD
Text Example
Text Example
White with #C596AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596AD; }
p { color: rgb(197,150,173); }
H1.HeaderClassName
{
color: #C596AD;
}
.AnyTagClassName
{
color: #C596AD;
}
</style>
background-color css
<style>
a { background-color: #C596AD; }
a { background-color: rgb(197,150,173); }
div.DivClassName
{
background-color: #C596AD;
}
.BgClassName
{
background-color: #C596AD;
}
</style>
border-color css
<style>
span { border-color: #C596AD; }
span { border-color: rgb(197,150,173); }
td.TdClassName
{
border-color: #C596AD;
}
.TagClassName
{
border-color: #C596AD;
}
</style>