Shades of Mulberry #C5589B
Tints of Mulberry #C5589B
RGB
CMYK
RGB Variations
Color information
#C5589B (or 0xC5589B) is known color: Mulberry. HEX triplet: C5, 58 and 9B. RGB value is (197,88,155). Sum of RGB (Red+Green+Blue) = 197+88+155=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5589B is #3AA764. Grayscale: #808080. Windows color (decimal): -3843941 or 10180805. OLE color: 10180805.
HSL color Cylindrical-coordinate representation of color #C5589B: hue angle of 323.12º 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 #C5589B is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 155 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.23 |
| HSL | 323.12º | 0.48% | 0.56% | - |
| HSV(B) | 323.12º | 0.55% | 0.77% | - |
| XYZ | 32.43 | 21.22 | 33.4 | - |
| YUV | 128.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 155 | 0 | 0.55 | 0.21 | 0.23 | 323.12 | 0.48 | 0.56 |
| Hex | C5 | 58 | 9B | 0 | 37 | 15 | 17 | 143 | 30 | 38 |
| Octal | 305 | 130 | 233 | 0 | 67 | 25 | 27 | 503 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10011011 | 0 | 110111 | 10101 | 10111 | 101000011 | 110000 | 111000 |
Color Harmonies of #C5589B
Complementary color
Monochromatic Colors of #C5589B
Black with #C5589B
Text Example
Text Example
White with #C5589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5589B; }
p { color: rgb(197,88,155); }
H1.HeaderClassName
{
color: #C5589B;
}
.AnyTagClassName
{
color: #C5589B;
}
</style>
background-color css
<style>
a { background-color: #C5589B; }
a { background-color: rgb(197,88,155); }
div.DivClassName
{
background-color: #C5589B;
}
.BgClassName
{
background-color: #C5589B;
}
</style>
border-color css
<style>
span { border-color: #C5589B; }
span { border-color: rgb(197,88,155); }
td.TdClassName
{
border-color: #C5589B;
}
.TagClassName
{
border-color: #C5589B;
}
</style>