Shades of Mulberry #C55B98
Tints of Mulberry #C55B98
RGB
CMYK
RGB Variations
Color information
#C55B98 (or 0xC55B98) is known color: Mulberry. HEX triplet: C5, 5B and 98. RGB value is (197,91,152). Sum of RGB (Red+Green+Blue) = 197+91+152=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B98 is #3AA467. Grayscale: #818181. Windows color (decimal): -3843176 or 9984965. OLE color: 9984965.
HSL color Cylindrical-coordinate representation of color #C55B98: hue angle of 325.47º 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 #C55B98 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 152 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.23 |
| HSL | 325.47º | 0.48% | 0.56% | - |
| HSV(B) | 325.47º | 0.54% | 0.77% | - |
| XYZ | 32.43 | 21.62 | 32.17 | - |
| YUV | 129.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 152 | 0 | 0.54 | 0.23 | 0.23 | 325.47 | 0.48 | 0.56 |
| Hex | C5 | 5B | 98 | 0 | 36 | 17 | 17 | 145 | 30 | 38 |
| Octal | 305 | 133 | 230 | 0 | 66 | 27 | 27 | 505 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10011000 | 0 | 110110 | 10111 | 10111 | 101000101 | 110000 | 111000 |
Color Harmonies of #C55B98
Complementary color
Monochromatic Colors of #C55B98
Black with #C55B98
Text Example
Text Example
White with #C55B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B98; }
p { color: rgb(197,91,152); }
H1.HeaderClassName
{
color: #C55B98;
}
.AnyTagClassName
{
color: #C55B98;
}
</style>
background-color css
<style>
a { background-color: #C55B98; }
a { background-color: rgb(197,91,152); }
div.DivClassName
{
background-color: #C55B98;
}
.BgClassName
{
background-color: #C55B98;
}
</style>
border-color css
<style>
span { border-color: #C55B98; }
span { border-color: rgb(197,91,152); }
td.TdClassName
{
border-color: #C55B98;
}
.TagClassName
{
border-color: #C55B98;
}
</style>