Shades of Lily #C596B0
Tints of Lily #C596B0
RGB
CMYK
RGB Variations
Color information
#C596B0 (or 0xC596B0) is known color: Lily. HEX triplet: C5, 96 and B0. RGB value is (197,150,176). Sum of RGB (Red+Green+Blue) = 197+150+176=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C596B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596B0 is #3A694F. Grayscale: #A6A6A6. Windows color (decimal): -3828048 or 11572933. OLE color: 11572933.
HSL color Cylindrical-coordinate representation of color #C596B0: hue angle of 326.81º 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 #C596B0 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 176 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.23 |
| HSL | 326.81º | 0.29% | 0.68% | - |
| HSV(B) | 326.81º | 0.24% | 0.77% | - |
| XYZ | 41.77 | 36.82 | 45.98 | - |
| YUV | 167.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 176 | 0 | 0.24 | 0.11 | 0.23 | 326.81 | 0.29 | 0.68 |
| Hex | C5 | 96 | B0 | 0 | 18 | B | 17 | 147 | 1D | 44 |
| Octal | 305 | 226 | 260 | 0 | 30 | 13 | 27 | 507 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10110000 | 0 | 11000 | 1011 | 10111 | 101000111 | 11101 | 1000100 |
Color Harmonies of #C596B0
Complementary color
Monochromatic Colors of #C596B0
Black with #C596B0
Text Example
Text Example
White with #C596B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596B0; }
p { color: rgb(197,150,176); }
H1.HeaderClassName
{
color: #C596B0;
}
.AnyTagClassName
{
color: #C596B0;
}
</style>
background-color css
<style>
a { background-color: #C596B0; }
a { background-color: rgb(197,150,176); }
div.DivClassName
{
background-color: #C596B0;
}
.BgClassName
{
background-color: #C596B0;
}
</style>
border-color css
<style>
span { border-color: #C596B0; }
span { border-color: rgb(197,150,176); }
td.TdClassName
{
border-color: #C596B0;
}
.TagClassName
{
border-color: #C596B0;
}
</style>