Shades of Mulberry #C5588E
Tints of Mulberry #C5588E
RGB
CMYK
RGB Variations
Color information
#C5588E (or 0xC5588E) is known color: Mulberry. HEX triplet: C5, 58 and 8E. RGB value is (197,88,142). Sum of RGB (Red+Green+Blue) = 197+88+142=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5588E is #3AA771. Grayscale: #7E7E7E. Windows color (decimal): -3843954 or 9328837. OLE color: 9328837.
HSL color Cylindrical-coordinate representation of color #C5588E: hue angle of 330.28º 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 #C5588E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 142 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.23 |
| HSL | 330.28º | 0.48% | 0.56% | - |
| HSV(B) | 330.28º | 0.55% | 0.77% | - |
| XYZ | 31.4 | 20.8 | 27.95 | - |
| YUV | 126.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 142 | 0 | 0.55 | 0.28 | 0.23 | 330.28 | 0.48 | 0.56 |
| Hex | C5 | 58 | 8E | 0 | 37 | 1C | 17 | 14A | 30 | 38 |
| Octal | 305 | 130 | 216 | 0 | 67 | 34 | 27 | 512 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10001110 | 0 | 110111 | 11100 | 10111 | 101001010 | 110000 | 111000 |
Color Harmonies of #C5588E
Complementary color
Monochromatic Colors of #C5588E
Black with #C5588E
Text Example
Text Example
White with #C5588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5588E; }
p { color: rgb(197,88,142); }
H1.HeaderClassName
{
color: #C5588E;
}
.AnyTagClassName
{
color: #C5588E;
}
</style>
background-color css
<style>
a { background-color: #C5588E; }
a { background-color: rgb(197,88,142); }
div.DivClassName
{
background-color: #C5588E;
}
.BgClassName
{
background-color: #C5588E;
}
</style>
border-color css
<style>
span { border-color: #C5588E; }
span { border-color: rgb(197,88,142); }
td.TdClassName
{
border-color: #C5588E;
}
.TagClassName
{
border-color: #C5588E;
}
</style>