Shades of Mulberry #C5558C
Tints of Mulberry #C5558C
RGB
CMYK
RGB Variations
Color information
#C5558C (or 0xC5558C) is known color: Mulberry. HEX triplet: C5, 55 and 8C. RGB value is (197,85,140). Sum of RGB (Red+Green+Blue) = 197+85+140=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5558C is #3AAA73. Grayscale: #7C7C7C. Windows color (decimal): -3844724 or 9196997. OLE color: 9196997.
HSL color Cylindrical-coordinate representation of color #C5558C: hue angle of 330.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5558C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 140 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.23 |
| HSL | 330.54º | 0.49% | 0.55% | - |
| HSV(B) | 330.54º | 0.57% | 0.77% | - |
| XYZ | 31.01 | 20.26 | 27.09 | - |
| YUV | 124.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 140 | 0 | 0.57 | 0.29 | 0.23 | 330.54 | 0.49 | 0.55 |
| Hex | C5 | 55 | 8C | 0 | 39 | 1D | 17 | 14B | 31 | 37 |
| Octal | 305 | 125 | 214 | 0 | 71 | 35 | 27 | 513 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10001100 | 0 | 111001 | 11101 | 10111 | 101001011 | 110001 | 110111 |
Color Harmonies of #C5558C
Complementary color
Monochromatic Colors of #C5558C
Black with #C5558C
Text Example
Text Example
White with #C5558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5558C; }
p { color: rgb(197,85,140); }
H1.HeaderClassName
{
color: #C5558C;
}
.AnyTagClassName
{
color: #C5558C;
}
</style>
background-color css
<style>
a { background-color: #C5558C; }
a { background-color: rgb(197,85,140); }
div.DivClassName
{
background-color: #C5558C;
}
.BgClassName
{
background-color: #C5558C;
}
</style>
border-color css
<style>
span { border-color: #C5558C; }
span { border-color: rgb(197,85,140); }
td.TdClassName
{
border-color: #C5558C;
}
.TagClassName
{
border-color: #C5558C;
}
</style>