Shades of Mulberry #C55891
Tints of Mulberry #C55891
RGB
CMYK
RGB Variations
Color information
#C55891 (or 0xC55891) is known color: Mulberry. HEX triplet: C5, 58 and 91. RGB value is (197,88,145). Sum of RGB (Red+Green+Blue) = 197+88+145=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55891 is #3AA76E. Grayscale: #7E7E7E. Windows color (decimal): -3843951 or 9525445. OLE color: 9525445.
HSL color Cylindrical-coordinate representation of color #C55891: hue angle of 328.62º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55891 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 145 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.23 |
| HSL | 328.62º | 0.48% | 0.56% | - |
| HSV(B) | 328.62º | 0.55% | 0.77% | - |
| XYZ | 31.63 | 20.89 | 29.15 | - |
| YUV | 127.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 145 | 0 | 0.55 | 0.26 | 0.23 | 328.62 | 0.48 | 0.56 |
| Hex | C5 | 58 | 91 | 0 | 37 | 1A | 17 | 149 | 30 | 38 |
| Octal | 305 | 130 | 221 | 0 | 67 | 32 | 27 | 511 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10010001 | 0 | 110111 | 11010 | 10111 | 101001001 | 110000 | 111000 |
Color Harmonies of #C55891
Complementary color
Monochromatic Colors of #C55891
Black with #C55891
Text Example
Text Example
White with #C55891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55891; }
p { color: rgb(197,88,145); }
H1.HeaderClassName
{
color: #C55891;
}
.AnyTagClassName
{
color: #C55891;
}
</style>
background-color css
<style>
a { background-color: #C55891; }
a { background-color: rgb(197,88,145); }
div.DivClassName
{
background-color: #C55891;
}
.BgClassName
{
background-color: #C55891;
}
</style>
border-color css
<style>
span { border-color: #C55891; }
span { border-color: rgb(197,88,145); }
td.TdClassName
{
border-color: #C55891;
}
.TagClassName
{
border-color: #C55891;
}
</style>