Shades of Lily #C596BA
Tints of Lily #C596BA
RGB
CMYK
RGB Variations
Color information
#C596BA (or 0xC596BA) is known color: Lily. HEX triplet: C5, 96 and BA. RGB value is (197,150,186). Sum of RGB (Red+Green+Blue) = 197+150+186=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C596BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596BA is #3A6945. Grayscale: #A8A8A8. Windows color (decimal): -3828038 or 12228293. OLE color: 12228293.
HSL color Cylindrical-coordinate representation of color #C596BA: hue angle of 314.04º 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 #C596BA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 186 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.23 |
| HSL | 314.04º | 0.29% | 0.68% | - |
| HSV(B) | 314.04º | 0.24% | 0.77% | - |
| XYZ | 42.8 | 37.23 | 51.38 | - |
| YUV | 168.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 186 | 0 | 0.24 | 0.06 | 0.23 | 314.04 | 0.29 | 0.68 |
| Hex | C5 | 96 | BA | 0 | 18 | 6 | 17 | 13A | 1D | 44 |
| Octal | 305 | 226 | 272 | 0 | 30 | 6 | 27 | 472 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10111010 | 0 | 11000 | 110 | 10111 | 100111010 | 11101 | 1000100 |
Color Harmonies of #C596BA
Complementary color
Monochromatic Colors of #C596BA
Black with #C596BA
Text Example
Text Example
White with #C596BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596BA; }
p { color: rgb(197,150,186); }
H1.HeaderClassName
{
color: #C596BA;
}
.AnyTagClassName
{
color: #C596BA;
}
</style>
background-color css
<style>
a { background-color: #C596BA; }
a { background-color: rgb(197,150,186); }
div.DivClassName
{
background-color: #C596BA;
}
.BgClassName
{
background-color: #C596BA;
}
</style>
border-color css
<style>
span { border-color: #C596BA; }
span { border-color: rgb(197,150,186); }
td.TdClassName
{
border-color: #C596BA;
}
.TagClassName
{
border-color: #C596BA;
}
</style>