Shades of Mulberry #C55186
Tints of Mulberry #C55186
RGB
CMYK
RGB Variations
Color information
#C55186 (or 0xC55186) is known color: Mulberry. HEX triplet: C5, 51 and 86. RGB value is (197,81,134). Sum of RGB (Red+Green+Blue) = 197+81+134=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C55186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55186 is #3AAE79. Grayscale: #797979. Windows color (decimal): -3845754 or 8802757. OLE color: 8802757.
HSL color Cylindrical-coordinate representation of color #C55186: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55186 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 134 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.23 |
| HSL | 332.59º | 0.5% | 0.55% | - |
| HSV(B) | 332.59º | 0.59% | 0.77% | - |
| XYZ | 30.27 | 19.48 | 24.72 | - |
| YUV | 121.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 134 | 0 | 0.59 | 0.32 | 0.23 | 332.59 | 0.5 | 0.55 |
| Hex | C5 | 51 | 86 | 0 | 3B | 20 | 17 | 14D | 32 | 37 |
| Octal | 305 | 121 | 206 | 0 | 73 | 40 | 27 | 515 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10000110 | 0 | 111011 | 100000 | 10111 | 101001101 | 110010 | 110111 |
Color Harmonies of #C55186
Complementary color
Monochromatic Colors of #C55186
Black with #C55186
Text Example
Text Example
White with #C55186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55186; }
p { color: rgb(197,81,134); }
H1.HeaderClassName
{
color: #C55186;
}
.AnyTagClassName
{
color: #C55186;
}
</style>
background-color css
<style>
a { background-color: #C55186; }
a { background-color: rgb(197,81,134); }
div.DivClassName
{
background-color: #C55186;
}
.BgClassName
{
background-color: #C55186;
}
</style>
border-color css
<style>
span { border-color: #C55186; }
span { border-color: rgb(197,81,134); }
td.TdClassName
{
border-color: #C55186;
}
.TagClassName
{
border-color: #C55186;
}
</style>