Shades of Mulberry #C55586
Tints of Mulberry #C55586
RGB
CMYK
RGB Variations
Color information
#C55586 (or 0xC55586) is known color: Mulberry. HEX triplet: C5, 55 and 86. RGB value is (197,85,134). Sum of RGB (Red+Green+Blue) = 197+85+134=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55586 is #3AAA79. Grayscale: #7B7B7B. Windows color (decimal): -3844730 or 8803781. OLE color: 8803781.
HSL color Cylindrical-coordinate representation of color #C55586: hue angle of 333.75º 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 #C55586 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 134 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.23 |
| HSL | 333.75º | 0.49% | 0.55% | - |
| HSV(B) | 333.75º | 0.57% | 0.77% | - |
| XYZ | 30.58 | 20.09 | 24.82 | - |
| YUV | 124.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 134 | 0 | 0.57 | 0.32 | 0.23 | 333.75 | 0.49 | 0.55 |
| Hex | C5 | 55 | 86 | 0 | 39 | 20 | 17 | 14E | 31 | 37 |
| Octal | 305 | 125 | 206 | 0 | 71 | 40 | 27 | 516 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10000110 | 0 | 111001 | 100000 | 10111 | 101001110 | 110001 | 110111 |
Color Harmonies of #C55586
Complementary color
Monochromatic Colors of #C55586
Black with #C55586
Text Example
Text Example
White with #C55586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55586; }
p { color: rgb(197,85,134); }
H1.HeaderClassName
{
color: #C55586;
}
.AnyTagClassName
{
color: #C55586;
}
</style>
background-color css
<style>
a { background-color: #C55586; }
a { background-color: rgb(197,85,134); }
div.DivClassName
{
background-color: #C55586;
}
.BgClassName
{
background-color: #C55586;
}
</style>
border-color css
<style>
span { border-color: #C55586; }
span { border-color: rgb(197,85,134); }
td.TdClassName
{
border-color: #C55586;
}
.TagClassName
{
border-color: #C55586;
}
</style>