Shades of Mulberry #C5589D
Tints of Mulberry #C5589D
RGB
CMYK
RGB Variations
Color information
#C5589D (or 0xC5589D) is known color: Mulberry. HEX triplet: C5, 58 and 9D. RGB value is (197,88,157). Sum of RGB (Red+Green+Blue) = 197+88+157=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5589D is #3AA762. Grayscale: #808080. Windows color (decimal): -3843939 or 10311877. OLE color: 10311877.
HSL color Cylindrical-coordinate representation of color #C5589D: hue angle of 322.02º 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 #C5589D is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 157 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.23 |
| HSL | 322.02º | 0.48% | 0.56% | - |
| HSV(B) | 322.02º | 0.55% | 0.77% | - |
| XYZ | 32.6 | 21.28 | 34.29 | - |
| YUV | 128.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 157 | 0 | 0.55 | 0.20 | 0.23 | 322.02 | 0.48 | 0.56 |
| Hex | C5 | 58 | 9D | 0 | 37 | 14 | 17 | 142 | 30 | 38 |
| Octal | 305 | 130 | 235 | 0 | 67 | 24 | 27 | 502 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10011101 | 0 | 110111 | 10100 | 10111 | 101000010 | 110000 | 111000 |
Color Harmonies of #C5589D
Complementary color
Monochromatic Colors of #C5589D
Black with #C5589D
Text Example
Text Example
White with #C5589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5589D; }
p { color: rgb(197,88,157); }
H1.HeaderClassName
{
color: #C5589D;
}
.AnyTagClassName
{
color: #C5589D;
}
</style>
background-color css
<style>
a { background-color: #C5589D; }
a { background-color: rgb(197,88,157); }
div.DivClassName
{
background-color: #C5589D;
}
.BgClassName
{
background-color: #C5589D;
}
</style>
border-color css
<style>
span { border-color: #C5589D; }
span { border-color: rgb(197,88,157); }
td.TdClassName
{
border-color: #C5589D;
}
.TagClassName
{
border-color: #C5589D;
}
</style>