Shades of Mulberry #C5589F
Tints of Mulberry #C5589F
RGB
CMYK
RGB Variations
Color information
#C5589F (or 0xC5589F) is known color: Mulberry. HEX triplet: C5, 58 and 9F. RGB value is (197,88,159). Sum of RGB (Red+Green+Blue) = 197+88+159=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5589F is #3AA760. Grayscale: #808080. Windows color (decimal): -3843937 or 10442949. OLE color: 10442949.
HSL color Cylindrical-coordinate representation of color #C5589F: hue angle of 320.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5589F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 159 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.23 |
| HSL | 320.92º | 0.48% | 0.56% | - |
| HSV(B) | 320.92º | 0.55% | 0.77% | - |
| XYZ | 32.77 | 21.35 | 35.2 | - |
| YUV | 128.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 159 | 0 | 0.55 | 0.19 | 0.23 | 320.92 | 0.48 | 0.56 |
| Hex | C5 | 58 | 9F | 0 | 37 | 13 | 17 | 141 | 30 | 38 |
| Octal | 305 | 130 | 237 | 0 | 67 | 23 | 27 | 501 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10011111 | 0 | 110111 | 10011 | 10111 | 101000001 | 110000 | 111000 |
Color Harmonies of #C5589F
Complementary color
Monochromatic Colors of #C5589F
Black with #C5589F
Text Example
Text Example
White with #C5589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5589F; }
p { color: rgb(197,88,159); }
H1.HeaderClassName
{
color: #C5589F;
}
.AnyTagClassName
{
color: #C5589F;
}
</style>
background-color css
<style>
a { background-color: #C5589F; }
a { background-color: rgb(197,88,159); }
div.DivClassName
{
background-color: #C5589F;
}
.BgClassName
{
background-color: #C5589F;
}
</style>
border-color css
<style>
span { border-color: #C5589F; }
span { border-color: rgb(197,88,159); }
td.TdClassName
{
border-color: #C5589F;
}
.TagClassName
{
border-color: #C5589F;
}
</style>