Shades of Mulberry #C5589E
Tints of Mulberry #C5589E
RGB
CMYK
RGB Variations
Color information
#C5589E (or 0xC5589E) is known color: Mulberry. HEX triplet: C5, 58 and 9E. RGB value is (197,88,158). Sum of RGB (Red+Green+Blue) = 197+88+158=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5589E is #3AA761. Grayscale: #808080. Windows color (decimal): -3843938 or 10377413. OLE color: 10377413.
HSL color Cylindrical-coordinate representation of color #C5589E: hue angle of 321.47º 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 #C5589E is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 158 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.23 |
| HSL | 321.47º | 0.48% | 0.56% | - |
| HSV(B) | 321.47º | 0.55% | 0.77% | - |
| XYZ | 32.69 | 21.32 | 34.74 | - |
| YUV | 128.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 158 | 0 | 0.55 | 0.20 | 0.23 | 321.47 | 0.48 | 0.56 |
| Hex | C5 | 58 | 9E | 0 | 37 | 14 | 17 | 141 | 30 | 38 |
| Octal | 305 | 130 | 236 | 0 | 67 | 24 | 27 | 501 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10011110 | 0 | 110111 | 10100 | 10111 | 101000001 | 110000 | 111000 |
Color Harmonies of #C5589E
Complementary color
Monochromatic Colors of #C5589E
Black with #C5589E
Text Example
Text Example
White with #C5589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5589E; }
p { color: rgb(197,88,158); }
H1.HeaderClassName
{
color: #C5589E;
}
.AnyTagClassName
{
color: #C5589E;
}
</style>
background-color css
<style>
a { background-color: #C5589E; }
a { background-color: rgb(197,88,158); }
div.DivClassName
{
background-color: #C5589E;
}
.BgClassName
{
background-color: #C5589E;
}
</style>
border-color css
<style>
span { border-color: #C5589E; }
span { border-color: rgb(197,88,158); }
td.TdClassName
{
border-color: #C5589E;
}
.TagClassName
{
border-color: #C5589E;
}
</style>