Shades of Mulberry #C55893
Tints of Mulberry #C55893
RGB
CMYK
RGB Variations
Color information
#C55893 (or 0xC55893) is known color: Mulberry. HEX triplet: C5, 58 and 93. RGB value is (197,88,147). Sum of RGB (Red+Green+Blue) = 197+88+147=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C55893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55893 is #3AA76C. Grayscale: #7F7F7F. Windows color (decimal): -3843949 or 9656517. OLE color: 9656517.
HSL color Cylindrical-coordinate representation of color #C55893: hue angle of 327.52º 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 #C55893 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 147 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.23 |
| HSL | 327.52º | 0.48% | 0.56% | - |
| HSV(B) | 327.52º | 0.55% | 0.77% | - |
| XYZ | 31.78 | 20.96 | 29.97 | - |
| YUV | 127.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 147 | 0 | 0.55 | 0.25 | 0.23 | 327.52 | 0.48 | 0.56 |
| Hex | C5 | 58 | 93 | 0 | 37 | 19 | 17 | 148 | 30 | 38 |
| Octal | 305 | 130 | 223 | 0 | 67 | 31 | 27 | 510 | 60 | 70 |
| Binary | 11000101 | 1011000 | 10010011 | 0 | 110111 | 11001 | 10111 | 101001000 | 110000 | 111000 |
Color Harmonies of #C55893
Complementary color
Monochromatic Colors of #C55893
Black with #C55893
Text Example
Text Example
White with #C55893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55893; }
p { color: rgb(197,88,147); }
H1.HeaderClassName
{
color: #C55893;
}
.AnyTagClassName
{
color: #C55893;
}
</style>
background-color css
<style>
a { background-color: #C55893; }
a { background-color: rgb(197,88,147); }
div.DivClassName
{
background-color: #C55893;
}
.BgClassName
{
background-color: #C55893;
}
</style>
border-color css
<style>
span { border-color: #C55893; }
span { border-color: rgb(197,88,147); }
td.TdClassName
{
border-color: #C55893;
}
.TagClassName
{
border-color: #C55893;
}
</style>