Shades of Lily #C593B0
Tints of Lily #C593B0
RGB
CMYK
RGB Variations
Color information
#C593B0 (or 0xC593B0) is known color: Lily. HEX triplet: C5, 93 and B0. RGB value is (197,147,176). Sum of RGB (Red+Green+Blue) = 197+147+176=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C593B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C593B0 is #3A6C4F. Grayscale: #A5A5A5. Windows color (decimal): -3828816 or 11572165. OLE color: 11572165.
HSL color Cylindrical-coordinate representation of color #C593B0: hue angle of 325.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C593B0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 176 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.23 |
| HSL | 325.2º | 0.3% | 0.67% | - |
| HSV(B) | 325.2º | 0.25% | 0.77% | - |
| XYZ | 41.3 | 35.87 | 45.82 | - |
| YUV | 165.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 176 | 0 | 0.25 | 0.11 | 0.23 | 325.2 | 0.3 | 0.67 |
| Hex | C5 | 93 | B0 | 0 | 19 | B | 17 | 145 | 1E | 43 |
| Octal | 305 | 223 | 260 | 0 | 31 | 13 | 27 | 505 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10110000 | 0 | 11001 | 1011 | 10111 | 101000101 | 11110 | 1000011 |
Color Harmonies of #C593B0
Complementary color
Monochromatic Colors of #C593B0
Black with #C593B0
Text Example
Text Example
White with #C593B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593B0; }
p { color: rgb(197,147,176); }
H1.HeaderClassName
{
color: #C593B0;
}
.AnyTagClassName
{
color: #C593B0;
}
</style>
background-color css
<style>
a { background-color: #C593B0; }
a { background-color: rgb(197,147,176); }
div.DivClassName
{
background-color: #C593B0;
}
.BgClassName
{
background-color: #C593B0;
}
</style>
border-color css
<style>
span { border-color: #C593B0; }
span { border-color: rgb(197,147,176); }
td.TdClassName
{
border-color: #C593B0;
}
.TagClassName
{
border-color: #C593B0;
}
</style>