Shades of Mulberry #C5588C
Tints of Mulberry #C5588C
RGB
CMYK
RGB Variations
Color information
#C5588C (or 0xC5588C) is known color: Mulberry. HEX triplet: C5, 58 and 8C. RGB value is (197,88,140). Sum of RGB (Red+Green+Blue) = 197+88+140=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5588C is #3AA773. Grayscale: #7E7E7E. Windows color (decimal): -3843956 or 9197765. OLE color: 9197765.
HSL color Cylindrical-coordinate representation of color #C5588C: hue angle of 331.38º 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 #C5588C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 140 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.23 |
| HSL | 331.38º | 0.48% | 0.56% | - |
| HSV(B) | 331.38º | 0.55% | 0.77% | - |
| XYZ | 31.25 | 20.74 | 27.17 | - |
| YUV | 126.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 140 | 0 | 0.55 | 0.29 | 0.23 | 331.38 | 0.48 | 0.56 |
| Hex | C5 | 58 | 8C | 0 | 37 | 1D | 17 | 14B | 30 | 38 |
| Octal | 305 | 130 | 214 | 0 | 67 | 35 | 27 | 513 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10001100 | 0 | 110111 | 11101 | 10111 | 101001011 | 110000 | 111000 |
Color Harmonies of #C5588C
Complementary color
Monochromatic Colors of #C5588C
Black with #C5588C
Text Example
Text Example
White with #C5588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5588C; }
p { color: rgb(197,88,140); }
H1.HeaderClassName
{
color: #C5588C;
}
.AnyTagClassName
{
color: #C5588C;
}
</style>
background-color css
<style>
a { background-color: #C5588C; }
a { background-color: rgb(197,88,140); }
div.DivClassName
{
background-color: #C5588C;
}
.BgClassName
{
background-color: #C5588C;
}
</style>
border-color css
<style>
span { border-color: #C5588C; }
span { border-color: rgb(197,88,140); }
td.TdClassName
{
border-color: #C5588C;
}
.TagClassName
{
border-color: #C5588C;
}
</style>