Shades of Mulberry #C9598D
Tints of Mulberry #C9598D
RGB
CMYK
RGB Variations
Color information
#C9598D (or 0xC9598D) is known color: Mulberry. HEX triplet: C9, 59 and 8D. RGB value is (201,89,141). Sum of RGB (Red+Green+Blue) = 201+89+141=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9598D is #36A672. Grayscale: #808080. Windows color (decimal): -3581555 or 9263561. OLE color: 9263561.
HSL color Cylindrical-coordinate representation of color #C9598D: hue angle of 332.14º 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 #C9598D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 141 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.21 |
| HSL | 332.14º | 0.51% | 0.57% | - |
| HSV(B) | 332.14º | 0.56% | 0.79% | - |
| XYZ | 32.47 | 21.49 | 27.64 | - |
| YUV | 128.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 141 | 0 | 0.56 | 0.30 | 0.21 | 332.14 | 0.51 | 0.57 |
| Hex | C9 | 59 | 8D | 0 | 38 | 1E | 15 | 14C | 33 | 39 |
| Octal | 311 | 131 | 215 | 0 | 70 | 36 | 25 | 514 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10001101 | 0 | 111000 | 11110 | 10101 | 101001100 | 110011 | 111001 |
Color Harmonies of #C9598D
Complementary color
Monochromatic Colors of #C9598D
Black with #C9598D
Text Example
Text Example
White with #C9598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9598D; }
p { color: rgb(201,89,141); }
H1.HeaderClassName
{
color: #C9598D;
}
.AnyTagClassName
{
color: #C9598D;
}
</style>
background-color css
<style>
a { background-color: #C9598D; }
a { background-color: rgb(201,89,141); }
div.DivClassName
{
background-color: #C9598D;
}
.BgClassName
{
background-color: #C9598D;
}
</style>
border-color css
<style>
span { border-color: #C9598D; }
span { border-color: rgb(201,89,141); }
td.TdClassName
{
border-color: #C9598D;
}
.TagClassName
{
border-color: #C9598D;
}
</style>