Shades of Mulberry #C84989
Tints of Mulberry #C84989
RGB
CMYK
RGB Variations
Color information
#C84989 (or 0xC84989) is known color: Mulberry. HEX triplet: C8, 49 and 89. RGB value is (200,73,137). Sum of RGB (Red+Green+Blue) = 200+73+137=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C84989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84989 is #37B676. Grayscale: #767676. Windows color (decimal): -3651191 or 8997320. OLE color: 8997320.
HSL color Cylindrical-coordinate representation of color #C84989: hue angle of 329.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84989 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 137 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.22 |
| HSL | 329.76º | 0.54% | 0.54% | - |
| HSV(B) | 329.76º | 0.64% | 0.78% | - |
| XYZ | 30.72 | 18.85 | 25.69 | - |
| YUV | 118.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 137 | 0 | 0.64 | 0.32 | 0.22 | 329.76 | 0.54 | 0.54 |
| Hex | C8 | 49 | 89 | 0 | 40 | 20 | 16 | 14A | 36 | 36 |
| Octal | 310 | 111 | 211 | 0 | 100 | 40 | 26 | 512 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10001001 | 0 | 1000000 | 100000 | 10110 | 101001010 | 110110 | 110110 |
Color Harmonies of #C84989
Complementary color
Monochromatic Colors of #C84989
Black with #C84989
Text Example
Text Example
White with #C84989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84989; }
p { color: rgb(200,73,137); }
H1.HeaderClassName
{
color: #C84989;
}
.AnyTagClassName
{
color: #C84989;
}
</style>
background-color css
<style>
a { background-color: #C84989; }
a { background-color: rgb(200,73,137); }
div.DivClassName
{
background-color: #C84989;
}
.BgClassName
{
background-color: #C84989;
}
</style>
border-color css
<style>
span { border-color: #C84989; }
span { border-color: rgb(200,73,137); }
td.TdClassName
{
border-color: #C84989;
}
.TagClassName
{
border-color: #C84989;
}
</style>