Shades of Mulberry #C9498E
Tints of Mulberry #C9498E
RGB
CMYK
RGB Variations
Color information
#C9498E (or 0xC9498E) is known color: Mulberry. HEX triplet: C9, 49 and 8E. RGB value is (201,73,142). Sum of RGB (Red+Green+Blue) = 201+73+142=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498E is #36B671. Grayscale: #767676. Windows color (decimal): -3585650 or 9325001. OLE color: 9325001.
HSL color Cylindrical-coordinate representation of color #C9498E: hue angle of 327.66º 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 #C9498E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 142 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.21 |
| HSL | 327.66º | 0.54% | 0.54% | - |
| HSV(B) | 327.66º | 0.64% | 0.79% | - |
| XYZ | 31.35 | 19.14 | 27.63 | - |
| YUV | 119.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 142 | 0 | 0.64 | 0.29 | 0.21 | 327.66 | 0.54 | 0.54 |
| Hex | C9 | 49 | 8E | 0 | 40 | 1D | 15 | 148 | 36 | 36 |
| Octal | 311 | 111 | 216 | 0 | 100 | 35 | 25 | 510 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10001110 | 0 | 1000000 | 11101 | 10101 | 101001000 | 110110 | 110110 |
Color Harmonies of #C9498E
Complementary color
Monochromatic Colors of #C9498E
Black with #C9498E
Text Example
Text Example
White with #C9498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9498E; }
p { color: rgb(201,73,142); }
H1.HeaderClassName
{
color: #C9498E;
}
.AnyTagClassName
{
color: #C9498E;
}
</style>
background-color css
<style>
a { background-color: #C9498E; }
a { background-color: rgb(201,73,142); }
div.DivClassName
{
background-color: #C9498E;
}
.BgClassName
{
background-color: #C9498E;
}
</style>
border-color css
<style>
span { border-color: #C9498E; }
span { border-color: rgb(201,73,142); }
td.TdClassName
{
border-color: #C9498E;
}
.TagClassName
{
border-color: #C9498E;
}
</style>