Shades of Lily #C593B6
Tints of Lily #C593B6
RGB
CMYK
RGB Variations
Color information
#C593B6 (or 0xC593B6) is known color: Lily. HEX triplet: C5, 93 and B6. RGB value is (197,147,182). Sum of RGB (Red+Green+Blue) = 197+147+182=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C593B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593B6 is #3A6C49. Grayscale: #A5A5A5. Windows color (decimal): -3828810 or 11965381. OLE color: 11965381.
HSL color Cylindrical-coordinate representation of color #C593B6: hue angle of 318º 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 #C593B6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 182 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.23 |
| HSL | 318º | 0.3% | 0.67% | - |
| HSV(B) | 318º | 0.25% | 0.77% | - |
| XYZ | 41.9 | 36.12 | 49.02 | - |
| YUV | 165.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 182 | 0 | 0.25 | 0.08 | 0.23 | 318 | 0.3 | 0.67 |
| Hex | C5 | 93 | B6 | 0 | 19 | 8 | 17 | 13E | 1E | 43 |
| Octal | 305 | 223 | 266 | 0 | 31 | 10 | 27 | 476 | 36 | 103 |
| Binary | 11000101 | 10010011 | 10110110 | 0 | 11001 | 1000 | 10111 | 100111110 | 11110 | 1000011 |
Color Harmonies of #C593B6
Complementary color
Monochromatic Colors of #C593B6
Black with #C593B6
Text Example
Text Example
White with #C593B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593B6; }
p { color: rgb(197,147,182); }
H1.HeaderClassName
{
color: #C593B6;
}
.AnyTagClassName
{
color: #C593B6;
}
</style>
background-color css
<style>
a { background-color: #C593B6; }
a { background-color: rgb(197,147,182); }
div.DivClassName
{
background-color: #C593B6;
}
.BgClassName
{
background-color: #C593B6;
}
</style>
border-color css
<style>
span { border-color: #C593B6; }
span { border-color: rgb(197,147,182); }
td.TdClassName
{
border-color: #C593B6;
}
.TagClassName
{
border-color: #C593B6;
}
</style>