Shades of Lily #C596B4
Tints of Lily #C596B4
RGB
CMYK
RGB Variations
Color information
#C596B4 (or 0xC596B4) is known color: Lily. HEX triplet: C5, 96 and B4. RGB value is (197,150,180). Sum of RGB (Red+Green+Blue) = 197+150+180=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C596B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596B4 is #3A694B. Grayscale: #A7A7A7. Windows color (decimal): -3828044 or 11835077. OLE color: 11835077.
HSL color Cylindrical-coordinate representation of color #C596B4: hue angle of 321.7º 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 #C596B4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 180 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.23 |
| HSL | 321.7º | 0.29% | 0.68% | - |
| HSV(B) | 321.7º | 0.24% | 0.77% | - |
| XYZ | 42.17 | 36.98 | 48.09 | - |
| YUV | 167.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 180 | 0 | 0.24 | 0.09 | 0.23 | 321.7 | 0.29 | 0.68 |
| Hex | C5 | 96 | B4 | 0 | 18 | 9 | 17 | 142 | 1D | 44 |
| Octal | 305 | 226 | 264 | 0 | 30 | 11 | 27 | 502 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10110100 | 0 | 11000 | 1001 | 10111 | 101000010 | 11101 | 1000100 |
Color Harmonies of #C596B4
Complementary color
Monochromatic Colors of #C596B4
Black with #C596B4
Text Example
Text Example
White with #C596B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596B4; }
p { color: rgb(197,150,180); }
H1.HeaderClassName
{
color: #C596B4;
}
.AnyTagClassName
{
color: #C596B4;
}
</style>
background-color css
<style>
a { background-color: #C596B4; }
a { background-color: rgb(197,150,180); }
div.DivClassName
{
background-color: #C596B4;
}
.BgClassName
{
background-color: #C596B4;
}
</style>
border-color css
<style>
span { border-color: #C596B4; }
span { border-color: rgb(197,150,180); }
td.TdClassName
{
border-color: #C596B4;
}
.TagClassName
{
border-color: #C596B4;
}
</style>