Shades of Mulberry #C55A98
Tints of Mulberry #C55A98
RGB
CMYK
RGB Variations
Color information
#C55A98 (or 0xC55A98) is known color: Mulberry. HEX triplet: C5, 5A and 98. RGB value is (197,90,152). Sum of RGB (Red+Green+Blue) = 197+90+152=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A98 is #3AA567. Grayscale: #808080. Windows color (decimal): -3843432 or 9984709. OLE color: 9984709.
HSL color Cylindrical-coordinate representation of color #C55A98: hue angle of 325.23º 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 #C55A98 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 152 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.23 |
| HSL | 325.23º | 0.48% | 0.56% | - |
| HSV(B) | 325.23º | 0.54% | 0.77% | - |
| XYZ | 32.35 | 21.45 | 32.14 | - |
| YUV | 129.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 152 | 0 | 0.54 | 0.23 | 0.23 | 325.23 | 0.48 | 0.56 |
| Hex | C5 | 5A | 98 | 0 | 36 | 17 | 17 | 145 | 30 | 38 |
| Octal | 305 | 132 | 230 | 0 | 66 | 27 | 27 | 505 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10011000 | 0 | 110110 | 10111 | 10111 | 101000101 | 110000 | 111000 |
Color Harmonies of #C55A98
Complementary color
Monochromatic Colors of #C55A98
Black with #C55A98
Text Example
Text Example
White with #C55A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A98; }
p { color: rgb(197,90,152); }
H1.HeaderClassName
{
color: #C55A98;
}
.AnyTagClassName
{
color: #C55A98;
}
</style>
background-color css
<style>
a { background-color: #C55A98; }
a { background-color: rgb(197,90,152); }
div.DivClassName
{
background-color: #C55A98;
}
.BgClassName
{
background-color: #C55A98;
}
</style>
border-color css
<style>
span { border-color: #C55A98; }
span { border-color: rgb(197,90,152); }
td.TdClassName
{
border-color: #C55A98;
}
.TagClassName
{
border-color: #C55A98;
}
</style>