Shades of Mulberry #C55788
Tints of Mulberry #C55788
RGB
CMYK
RGB Variations
Color information
#C55788 (or 0xC55788) is known color: Mulberry. HEX triplet: C5, 57 and 88. RGB value is (197,87,136). Sum of RGB (Red+Green+Blue) = 197+87+136=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C55788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55788 is #3AA877. Grayscale: #7D7D7D. Windows color (decimal): -3844216 or 8935365. OLE color: 8935365.
HSL color Cylindrical-coordinate representation of color #C55788: hue angle of 333.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55788 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 136 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.23 |
| HSL | 333.27º | 0.49% | 0.56% | - |
| HSV(B) | 333.27º | 0.56% | 0.77% | - |
| XYZ | 30.88 | 20.46 | 25.62 | - |
| YUV | 125.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 136 | 0 | 0.56 | 0.31 | 0.23 | 333.27 | 0.49 | 0.56 |
| Hex | C5 | 57 | 88 | 0 | 38 | 1F | 17 | 14D | 31 | 38 |
| Octal | 305 | 127 | 210 | 0 | 70 | 37 | 27 | 515 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10001000 | 0 | 111000 | 11111 | 10111 | 101001101 | 110001 | 111000 |
Color Harmonies of #C55788
Complementary color
Monochromatic Colors of #C55788
Black with #C55788
Text Example
Text Example
White with #C55788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55788; }
p { color: rgb(197,87,136); }
H1.HeaderClassName
{
color: #C55788;
}
.AnyTagClassName
{
color: #C55788;
}
</style>
background-color css
<style>
a { background-color: #C55788; }
a { background-color: rgb(197,87,136); }
div.DivClassName
{
background-color: #C55788;
}
.BgClassName
{
background-color: #C55788;
}
</style>
border-color css
<style>
span { border-color: #C55788; }
span { border-color: rgb(197,87,136); }
td.TdClassName
{
border-color: #C55788;
}
.TagClassName
{
border-color: #C55788;
}
</style>