Shades of Mulberry #C55B89
Tints of Mulberry #C55B89
RGB
CMYK
RGB Variations
Color information
#C55B89 (or 0xC55B89) is known color: Mulberry. HEX triplet: C5, 5B and 89. RGB value is (197,91,137). Sum of RGB (Red+Green+Blue) = 197+91+137=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B89 is #3AA476. Grayscale: #7F7F7F. Windows color (decimal): -3843191 or 9001925. OLE color: 9001925.
HSL color Cylindrical-coordinate representation of color #C55B89: hue angle of 333.96º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55B89 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 137 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.23 |
| HSL | 333.96º | 0.48% | 0.56% | - |
| HSV(B) | 333.96º | 0.54% | 0.77% | - |
| XYZ | 31.28 | 21.16 | 26.1 | - |
| YUV | 127.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 137 | 0 | 0.54 | 0.30 | 0.23 | 333.96 | 0.48 | 0.56 |
| Hex | C5 | 5B | 89 | 0 | 36 | 1E | 17 | 14E | 30 | 38 |
| Octal | 305 | 133 | 211 | 0 | 66 | 36 | 27 | 516 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10001001 | 0 | 110110 | 11110 | 10111 | 101001110 | 110000 | 111000 |
Color Harmonies of #C55B89
Complementary color
Monochromatic Colors of #C55B89
Black with #C55B89
Text Example
Text Example
White with #C55B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B89; }
p { color: rgb(197,91,137); }
H1.HeaderClassName
{
color: #C55B89;
}
.AnyTagClassName
{
color: #C55B89;
}
</style>
background-color css
<style>
a { background-color: #C55B89; }
a { background-color: rgb(197,91,137); }
div.DivClassName
{
background-color: #C55B89;
}
.BgClassName
{
background-color: #C55B89;
}
</style>
border-color css
<style>
span { border-color: #C55B89; }
span { border-color: rgb(197,91,137); }
td.TdClassName
{
border-color: #C55B89;
}
.TagClassName
{
border-color: #C55B89;
}
</style>