Shades of Mulberry #C55B84
Tints of Mulberry #C55B84
RGB
CMYK
RGB Variations
Color information
#C55B84 (or 0xC55B84) is known color: Mulberry. HEX triplet: C5, 5B and 84. RGB value is (197,91,132). Sum of RGB (Red+Green+Blue) = 197+91+132=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B84 is #3AA47B. Grayscale: #7F7F7F. Windows color (decimal): -3843196 or 8674245. OLE color: 8674245.
HSL color Cylindrical-coordinate representation of color #C55B84: hue angle of 336.79º 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 #C55B84 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 132 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.23 |
| HSL | 336.79º | 0.48% | 0.56% | - |
| HSV(B) | 336.79º | 0.54% | 0.77% | - |
| XYZ | 30.93 | 21.02 | 24.26 | - |
| YUV | 127.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 132 | 0 | 0.54 | 0.33 | 0.23 | 336.79 | 0.48 | 0.56 |
| Hex | C5 | 5B | 84 | 0 | 36 | 21 | 17 | 151 | 30 | 38 |
| Octal | 305 | 133 | 204 | 0 | 66 | 41 | 27 | 521 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10000100 | 0 | 110110 | 100001 | 10111 | 101010001 | 110000 | 111000 |
Color Harmonies of #C55B84
Complementary color
Monochromatic Colors of #C55B84
Black with #C55B84
Text Example
Text Example
White with #C55B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B84; }
p { color: rgb(197,91,132); }
H1.HeaderClassName
{
color: #C55B84;
}
.AnyTagClassName
{
color: #C55B84;
}
</style>
background-color css
<style>
a { background-color: #C55B84; }
a { background-color: rgb(197,91,132); }
div.DivClassName
{
background-color: #C55B84;
}
.BgClassName
{
background-color: #C55B84;
}
</style>
border-color css
<style>
span { border-color: #C55B84; }
span { border-color: rgb(197,91,132); }
td.TdClassName
{
border-color: #C55B84;
}
.TagClassName
{
border-color: #C55B84;
}
</style>