Shades of Lily #C596B9
Tints of Lily #C596B9
RGB
CMYK
RGB Variations
Color information
#C596B9 (or 0xC596B9) is known color: Lily. HEX triplet: C5, 96 and B9. RGB value is (197,150,185). Sum of RGB (Red+Green+Blue) = 197+150+185=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C596B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596B9 is #3A6946. Grayscale: #A7A7A7. Windows color (decimal): -3828039 or 12162757. OLE color: 12162757.
HSL color Cylindrical-coordinate representation of color #C596B9: hue angle of 315.32º 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 #C596B9 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 150 | 185 | - |
CMYK | 0 | 0.24 | 0.06 | 0.23 |
HSL | 315.32º | 0.29% | 0.68% | - |
HSV(B) | 315.32º | 0.24% | 0.77% | - |
XYZ | 42.69 | 37.19 | 50.83 | - |
YUV | 168.04 | 137.57 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 150 | 185 | 0 | 0.24 | 0.06 | 0.23 | 315.32 | 0.29 | 0.68 |
Hex | C5 | 96 | B9 | 0 | 18 | 6 | 17 | 13B | 1D | 44 |
Octal | 305 | 226 | 271 | 0 | 30 | 6 | 27 | 473 | 35 | 104 |
Binary | 11000101 | 10010110 | 10111001 | 0 | 11000 | 110 | 10111 | 100111011 | 11101 | 1000100 |
Color Harmonies of #C596B9
Complementary color
Monochromatic Colors of #C596B9
Black with #C596B9
Text Example
Text Example
White with #C596B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596B9; }
p { color: rgb(197,150,185); }
H1.HeaderClassName
{
color: #C596B9;
}
.AnyTagClassName
{
color: #C596B9;
}
</style>
background-color css
<style>
a { background-color: #C596B9; }
a { background-color: rgb(197,150,185); }
div.DivClassName
{
background-color: #C596B9;
}
.BgClassName
{
background-color: #C596B9;
}
</style>
border-color css
<style>
span { border-color: #C596B9; }
span { border-color: rgb(197,150,185); }
td.TdClassName
{
border-color: #C596B9;
}
.TagClassName
{
border-color: #C596B9;
}
</style>