Shades of Mulberry #C9498D
Tints of Mulberry #C9498D
RGB
CMYK
RGB Variations
Color information
#C9498D (or 0xC9498D) is known color: Mulberry. HEX triplet: C9, 49 and 8D. RGB value is (201,73,141). Sum of RGB (Red+Green+Blue) = 201+73+141=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498D is #36B672. Grayscale: #767676. Windows color (decimal): -3585651 or 9259465. OLE color: 9259465.
HSL color Cylindrical-coordinate representation of color #C9498D: hue angle of 328.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9498D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 141 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.21 |
| HSL | 328.13º | 0.54% | 0.54% | - |
| HSV(B) | 328.13º | 0.64% | 0.79% | - |
| XYZ | 31.28 | 19.11 | 27.24 | - |
| YUV | 119.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 141 | 0 | 0.64 | 0.30 | 0.21 | 328.13 | 0.54 | 0.54 |
| Hex | C9 | 49 | 8D | 0 | 40 | 1E | 15 | 148 | 36 | 36 |
| Octal | 311 | 111 | 215 | 0 | 100 | 36 | 25 | 510 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10001101 | 0 | 1000000 | 11110 | 10101 | 101001000 | 110110 | 110110 |
Color Harmonies of #C9498D
Complementary color
Monochromatic Colors of #C9498D
Black with #C9498D
Text Example
Text Example
White with #C9498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9498D; }
p { color: rgb(201,73,141); }
H1.HeaderClassName
{
color: #C9498D;
}
.AnyTagClassName
{
color: #C9498D;
}
</style>
background-color css
<style>
a { background-color: #C9498D; }
a { background-color: rgb(201,73,141); }
div.DivClassName
{
background-color: #C9498D;
}
.BgClassName
{
background-color: #C9498D;
}
</style>
border-color css
<style>
span { border-color: #C9498D; }
span { border-color: rgb(201,73,141); }
td.TdClassName
{
border-color: #C9498D;
}
.TagClassName
{
border-color: #C9498D;
}
</style>