Shades of Mulberry #C55A89
Tints of Mulberry #C55A89
RGB
CMYK
RGB Variations
Color information
#C55A89 (or 0xC55A89) is known color: Mulberry. HEX triplet: C5, 5A and 89. RGB value is (197,90,137). Sum of RGB (Red+Green+Blue) = 197+90+137=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A89 is #3AA576. Grayscale: #7F7F7F. Windows color (decimal): -3843447 or 9001669. OLE color: 9001669.
HSL color Cylindrical-coordinate representation of color #C55A89: hue angle of 333.64º 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 #C55A89 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 137 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.23 |
| HSL | 333.64º | 0.48% | 0.56% | - |
| HSV(B) | 333.64º | 0.54% | 0.77% | - |
| XYZ | 31.2 | 20.99 | 26.07 | - |
| YUV | 127.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 137 | 0 | 0.54 | 0.30 | 0.23 | 333.64 | 0.48 | 0.56 |
| Hex | C5 | 5A | 89 | 0 | 36 | 1E | 17 | 14E | 30 | 38 |
| Octal | 305 | 132 | 211 | 0 | 66 | 36 | 27 | 516 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10001001 | 0 | 110110 | 11110 | 10111 | 101001110 | 110000 | 111000 |
Color Harmonies of #C55A89
Complementary color
Monochromatic Colors of #C55A89
Black with #C55A89
Text Example
Text Example
White with #C55A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A89; }
p { color: rgb(197,90,137); }
H1.HeaderClassName
{
color: #C55A89;
}
.AnyTagClassName
{
color: #C55A89;
}
</style>
background-color css
<style>
a { background-color: #C55A89; }
a { background-color: rgb(197,90,137); }
div.DivClassName
{
background-color: #C55A89;
}
.BgClassName
{
background-color: #C55A89;
}
</style>
border-color css
<style>
span { border-color: #C55A89; }
span { border-color: rgb(197,90,137); }
td.TdClassName
{
border-color: #C55A89;
}
.TagClassName
{
border-color: #C55A89;
}
</style>