Shades of Mulberry #C55A91
Tints of Mulberry #C55A91
RGB
CMYK
RGB Variations
Color information
#C55A91 (or 0xC55A91) is known color: Mulberry. HEX triplet: C5, 5A and 91. RGB value is (197,90,145). Sum of RGB (Red+Green+Blue) = 197+90+145=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A91 is #3AA56E. Grayscale: #808080. Windows color (decimal): -3843439 or 9525957. OLE color: 9525957.
HSL color Cylindrical-coordinate representation of color #C55A91: hue angle of 329.16º 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 #C55A91 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 145 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.23 |
| HSL | 329.16º | 0.48% | 0.56% | - |
| HSV(B) | 329.16º | 0.54% | 0.77% | - |
| XYZ | 31.79 | 21.23 | 29.21 | - |
| YUV | 128.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 145 | 0 | 0.54 | 0.26 | 0.23 | 329.16 | 0.48 | 0.56 |
| Hex | C5 | 5A | 91 | 0 | 36 | 1A | 17 | 149 | 30 | 38 |
| Octal | 305 | 132 | 221 | 0 | 66 | 32 | 27 | 511 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10010001 | 0 | 110110 | 11010 | 10111 | 101001001 | 110000 | 111000 |
Color Harmonies of #C55A91
Complementary color
Monochromatic Colors of #C55A91
Black with #C55A91
Text Example
Text Example
White with #C55A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A91; }
p { color: rgb(197,90,145); }
H1.HeaderClassName
{
color: #C55A91;
}
.AnyTagClassName
{
color: #C55A91;
}
</style>
background-color css
<style>
a { background-color: #C55A91; }
a { background-color: rgb(197,90,145); }
div.DivClassName
{
background-color: #C55A91;
}
.BgClassName
{
background-color: #C55A91;
}
</style>
border-color css
<style>
span { border-color: #C55A91; }
span { border-color: rgb(197,90,145); }
td.TdClassName
{
border-color: #C55A91;
}
.TagClassName
{
border-color: #C55A91;
}
</style>