Shades of Mulberry #C84C83
Tints of Mulberry #C84C83
RGB
CMYK
RGB Variations
Color information
#C84C83 (or 0xC84C83) is known color: Mulberry. HEX triplet: C8, 4C and 83. RGB value is (200,76,131). Sum of RGB (Red+Green+Blue) = 200+76+131=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C83 is #37B37C. Grayscale: #777777. Windows color (decimal): -3650429 or 8604872. OLE color: 8604872.
HSL color Cylindrical-coordinate representation of color #C84C83: hue angle of 333.39º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84C83 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 131 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.22 |
| HSL | 333.39º | 0.53% | 0.54% | - |
| HSV(B) | 333.39º | 0.62% | 0.78% | - |
| XYZ | 30.5 | 19.09 | 23.55 | - |
| YUV | 119.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 131 | 0 | 0.62 | 0.34 | 0.22 | 333.39 | 0.53 | 0.54 |
| Hex | C8 | 4C | 83 | 0 | 3E | 22 | 16 | 14D | 35 | 36 |
| Octal | 310 | 114 | 203 | 0 | 76 | 42 | 26 | 515 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10000011 | 0 | 111110 | 100010 | 10110 | 101001101 | 110101 | 110110 |
Color Harmonies of #C84C83
Complementary color
Monochromatic Colors of #C84C83
Black with #C84C83
Text Example
Text Example
White with #C84C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C83; }
p { color: rgb(200,76,131); }
H1.HeaderClassName
{
color: #C84C83;
}
.AnyTagClassName
{
color: #C84C83;
}
</style>
background-color css
<style>
a { background-color: #C84C83; }
a { background-color: rgb(200,76,131); }
div.DivClassName
{
background-color: #C84C83;
}
.BgClassName
{
background-color: #C84C83;
}
</style>
border-color css
<style>
span { border-color: #C84C83; }
span { border-color: rgb(200,76,131); }
td.TdClassName
{
border-color: #C84C83;
}
.TagClassName
{
border-color: #C84C83;
}
</style>