Shades of Mulberry #C9498B
Tints of Mulberry #C9498B
RGB
CMYK
RGB Variations
Color information
#C9498B (or 0xC9498B) is known color: Mulberry. HEX triplet: C9, 49 and 8B. RGB value is (201,73,139). Sum of RGB (Red+Green+Blue) = 201+73+139=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9498B is #36B674. Grayscale: #767676. Windows color (decimal): -3585653 or 9128393. OLE color: 9128393.
HSL color Cylindrical-coordinate representation of color #C9498B: hue angle of 329.06º 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 #C9498B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 139 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.21 |
| HSL | 329.06º | 0.54% | 0.54% | - |
| HSV(B) | 329.06º | 0.64% | 0.79% | - |
| XYZ | 31.13 | 19.05 | 26.46 | - |
| YUV | 118.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 139 | 0 | 0.64 | 0.31 | 0.21 | 329.06 | 0.54 | 0.54 |
| Hex | C9 | 49 | 8B | 0 | 40 | 1F | 15 | 149 | 36 | 36 |
| Octal | 311 | 111 | 213 | 0 | 100 | 37 | 25 | 511 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10001011 | 0 | 1000000 | 11111 | 10101 | 101001001 | 110110 | 110110 |
Color Harmonies of #C9498B
Complementary color
Monochromatic Colors of #C9498B
Black with #C9498B
Text Example
Text Example
White with #C9498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9498B; }
p { color: rgb(201,73,139); }
H1.HeaderClassName
{
color: #C9498B;
}
.AnyTagClassName
{
color: #C9498B;
}
</style>
background-color css
<style>
a { background-color: #C9498B; }
a { background-color: rgb(201,73,139); }
div.DivClassName
{
background-color: #C9498B;
}
.BgClassName
{
background-color: #C9498B;
}
</style>
border-color css
<style>
span { border-color: #C9498B; }
span { border-color: rgb(201,73,139); }
td.TdClassName
{
border-color: #C9498B;
}
.TagClassName
{
border-color: #C9498B;
}
</style>