Shades of Lily #C596B6
Tints of Lily #C596B6
RGB
CMYK
RGB Variations
Color information
#C596B6 (or 0xC596B6) is known color: Lily. HEX triplet: C5, 96 and B6. RGB value is (197,150,182). Sum of RGB (Red+Green+Blue) = 197+150+182=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C596B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596B6 is #3A6949. Grayscale: #A7A7A7. Windows color (decimal): -3828042 or 11966149. OLE color: 11966149.
HSL color Cylindrical-coordinate representation of color #C596B6: hue angle of 319.15º 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 #C596B6 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 182 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.23 |
| HSL | 319.15º | 0.29% | 0.68% | - |
| HSV(B) | 319.15º | 0.24% | 0.77% | - |
| XYZ | 42.38 | 37.06 | 49.18 | - |
| YUV | 167.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 182 | 0 | 0.24 | 0.08 | 0.23 | 319.15 | 0.29 | 0.68 |
| Hex | C5 | 96 | B6 | 0 | 18 | 8 | 17 | 13F | 1D | 44 |
| Octal | 305 | 226 | 266 | 0 | 30 | 10 | 27 | 477 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10110110 | 0 | 11000 | 1000 | 10111 | 100111111 | 11101 | 1000100 |
Color Harmonies of #C596B6
Complementary color
Monochromatic Colors of #C596B6
Black with #C596B6
Text Example
Text Example
White with #C596B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596B6; }
p { color: rgb(197,150,182); }
H1.HeaderClassName
{
color: #C596B6;
}
.AnyTagClassName
{
color: #C596B6;
}
</style>
background-color css
<style>
a { background-color: #C596B6; }
a { background-color: rgb(197,150,182); }
div.DivClassName
{
background-color: #C596B6;
}
.BgClassName
{
background-color: #C596B6;
}
</style>
border-color css
<style>
span { border-color: #C596B6; }
span { border-color: rgb(197,150,182); }
td.TdClassName
{
border-color: #C596B6;
}
.TagClassName
{
border-color: #C596B6;
}
</style>