Shades of Mulberry #C9598E
Tints of Mulberry #C9598E
RGB
CMYK
RGB Variations
Color information
#C9598E (or 0xC9598E) is known color: Mulberry. HEX triplet: C9, 59 and 8E. RGB value is (201,89,142). Sum of RGB (Red+Green+Blue) = 201+89+142=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9598E is #36A671. Grayscale: #808080. Windows color (decimal): -3581554 or 9329097. OLE color: 9329097.
HSL color Cylindrical-coordinate representation of color #C9598E: hue angle of 331.61º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9598E is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 142 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.21 |
| HSL | 331.61º | 0.51% | 0.57% | - |
| HSV(B) | 331.61º | 0.56% | 0.79% | - |
| XYZ | 32.54 | 21.52 | 28.03 | - |
| YUV | 128.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 142 | 0 | 0.56 | 0.29 | 0.21 | 331.61 | 0.51 | 0.57 |
| Hex | C9 | 59 | 8E | 0 | 38 | 1D | 15 | 14C | 33 | 39 |
| Octal | 311 | 131 | 216 | 0 | 70 | 35 | 25 | 514 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10001110 | 0 | 111000 | 11101 | 10101 | 101001100 | 110011 | 111001 |
Color Harmonies of #C9598E
Complementary color
Monochromatic Colors of #C9598E
Black with #C9598E
Text Example
Text Example
White with #C9598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9598E; }
p { color: rgb(201,89,142); }
H1.HeaderClassName
{
color: #C9598E;
}
.AnyTagClassName
{
color: #C9598E;
}
</style>
background-color css
<style>
a { background-color: #C9598E; }
a { background-color: rgb(201,89,142); }
div.DivClassName
{
background-color: #C9598E;
}
.BgClassName
{
background-color: #C9598E;
}
</style>
border-color css
<style>
span { border-color: #C9598E; }
span { border-color: rgb(201,89,142); }
td.TdClassName
{
border-color: #C9598E;
}
.TagClassName
{
border-color: #C9598E;
}
</style>