Shades of Mulberry #C84E86
Tints of Mulberry #C84E86
RGB
CMYK
RGB Variations
Color information
#C84E86 (or 0xC84E86) is known color: Mulberry. HEX triplet: C8, 4E and 86. RGB value is (200,78,134). Sum of RGB (Red+Green+Blue) = 200+78+134=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E86 is #37B179. Grayscale: #787878. Windows color (decimal): -3649914 or 8801992. OLE color: 8801992.
HSL color Cylindrical-coordinate representation of color #C84E86: hue angle of 332.46º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E86 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 134 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.22 |
| HSL | 332.46º | 0.53% | 0.55% | - |
| HSV(B) | 332.46º | 0.61% | 0.78% | - |
| XYZ | 30.85 | 19.45 | 24.68 | - |
| YUV | 120.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 134 | 0 | 0.61 | 0.33 | 0.22 | 332.46 | 0.53 | 0.55 |
| Hex | C8 | 4E | 86 | 0 | 3D | 21 | 16 | 14C | 35 | 37 |
| Octal | 310 | 116 | 206 | 0 | 75 | 41 | 26 | 514 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10000110 | 0 | 111101 | 100001 | 10110 | 101001100 | 110101 | 110111 |
Color Harmonies of #C84E86
Complementary color
Monochromatic Colors of #C84E86
Black with #C84E86
Text Example
Text Example
White with #C84E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E86; }
p { color: rgb(200,78,134); }
H1.HeaderClassName
{
color: #C84E86;
}
.AnyTagClassName
{
color: #C84E86;
}
</style>
background-color css
<style>
a { background-color: #C84E86; }
a { background-color: rgb(200,78,134); }
div.DivClassName
{
background-color: #C84E86;
}
.BgClassName
{
background-color: #C84E86;
}
</style>
border-color css
<style>
span { border-color: #C84E86; }
span { border-color: rgb(200,78,134); }
td.TdClassName
{
border-color: #C84E86;
}
.TagClassName
{
border-color: #C84E86;
}
</style>