Shades of Mulberry #C84D83
Tints of Mulberry #C84D83
RGB
CMYK
RGB Variations
Color information
#C84D83 (or 0xC84D83) is known color: Mulberry. HEX triplet: C8, 4D and 83. RGB value is (200,77,131). Sum of RGB (Red+Green+Blue) = 200+77+131=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D83 is #37B27C. Grayscale: #777777. Windows color (decimal): -3650173 or 8605128. OLE color: 8605128.
HSL color Cylindrical-coordinate representation of color #C84D83: hue angle of 333.66º 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 #C84D83 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 131 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.22 |
| HSL | 333.66º | 0.53% | 0.54% | - |
| HSV(B) | 333.66º | 0.62% | 0.78% | - |
| XYZ | 30.57 | 19.23 | 23.57 | - |
| YUV | 119.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 131 | 0 | 0.62 | 0.34 | 0.22 | 333.66 | 0.53 | 0.54 |
| Hex | C8 | 4D | 83 | 0 | 3E | 22 | 16 | 14E | 35 | 36 |
| Octal | 310 | 115 | 203 | 0 | 76 | 42 | 26 | 516 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10000011 | 0 | 111110 | 100010 | 10110 | 101001110 | 110101 | 110110 |
Color Harmonies of #C84D83
Complementary color
Monochromatic Colors of #C84D83
Black with #C84D83
Text Example
Text Example
White with #C84D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D83; }
p { color: rgb(200,77,131); }
H1.HeaderClassName
{
color: #C84D83;
}
.AnyTagClassName
{
color: #C84D83;
}
</style>
background-color css
<style>
a { background-color: #C84D83; }
a { background-color: rgb(200,77,131); }
div.DivClassName
{
background-color: #C84D83;
}
.BgClassName
{
background-color: #C84D83;
}
</style>
border-color css
<style>
span { border-color: #C84D83; }
span { border-color: rgb(200,77,131); }
td.TdClassName
{
border-color: #C84D83;
}
.TagClassName
{
border-color: #C84D83;
}
</style>