Shades of Lily #C596AC
Tints of Lily #C596AC
RGB
CMYK
RGB Variations
Color information
#C596AC (or 0xC596AC) is known color: Lily. HEX triplet: C5, 96 and AC. RGB value is (197,150,172). Sum of RGB (Red+Green+Blue) = 197+150+172=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C596AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596AC is #3A6953. Grayscale: #A6A6A6. Windows color (decimal): -3828052 or 11310789. OLE color: 11310789.
HSL color Cylindrical-coordinate representation of color #C596AC: hue angle of 331.91º 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 #C596AC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 172 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.23 |
| HSL | 331.91º | 0.29% | 0.68% | - |
| HSV(B) | 331.91º | 0.24% | 0.77% | - |
| XYZ | 41.38 | 36.66 | 43.93 | - |
| YUV | 166.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 172 | 0 | 0.24 | 0.13 | 0.23 | 331.91 | 0.29 | 0.68 |
| Hex | C5 | 96 | AC | 0 | 18 | D | 17 | 14C | 1D | 44 |
| Octal | 305 | 226 | 254 | 0 | 30 | 15 | 27 | 514 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10101100 | 0 | 11000 | 1101 | 10111 | 101001100 | 11101 | 1000100 |
Color Harmonies of #C596AC
Complementary color
Monochromatic Colors of #C596AC
Black with #C596AC
Text Example
Text Example
White with #C596AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596AC; }
p { color: rgb(197,150,172); }
H1.HeaderClassName
{
color: #C596AC;
}
.AnyTagClassName
{
color: #C596AC;
}
</style>
background-color css
<style>
a { background-color: #C596AC; }
a { background-color: rgb(197,150,172); }
div.DivClassName
{
background-color: #C596AC;
}
.BgClassName
{
background-color: #C596AC;
}
</style>
border-color css
<style>
span { border-color: #C596AC; }
span { border-color: rgb(197,150,172); }
td.TdClassName
{
border-color: #C596AC;
}
.TagClassName
{
border-color: #C596AC;
}
</style>