Shades of Mulberry #C84E82
Tints of Mulberry #C84E82
RGB
CMYK
RGB Variations
Color information
#C84E82 (or 0xC84E82) is known color: Mulberry. HEX triplet: C8, 4E and 82. RGB value is (200,78,130). Sum of RGB (Red+Green+Blue) = 200+78+130=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E82 is #37B17D. Grayscale: #787878. Windows color (decimal): -3649918 or 8539848. OLE color: 8539848.
HSL color Cylindrical-coordinate representation of color #C84E82: hue angle of 334.43º 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 #C84E82 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 130 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.22 |
| HSL | 334.43º | 0.53% | 0.55% | - |
| HSV(B) | 334.43º | 0.61% | 0.78% | - |
| XYZ | 30.57 | 19.34 | 23.24 | - |
| YUV | 120.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 130 | 0 | 0.61 | 0.35 | 0.22 | 334.43 | 0.53 | 0.55 |
| Hex | C8 | 4E | 82 | 0 | 3D | 23 | 16 | 14E | 35 | 37 |
| Octal | 310 | 116 | 202 | 0 | 75 | 43 | 26 | 516 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10000010 | 0 | 111101 | 100011 | 10110 | 101001110 | 110101 | 110111 |
Color Harmonies of #C84E82
Complementary color
Monochromatic Colors of #C84E82
Black with #C84E82
Text Example
Text Example
White with #C84E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E82; }
p { color: rgb(200,78,130); }
H1.HeaderClassName
{
color: #C84E82;
}
.AnyTagClassName
{
color: #C84E82;
}
</style>
background-color css
<style>
a { background-color: #C84E82; }
a { background-color: rgb(200,78,130); }
div.DivClassName
{
background-color: #C84E82;
}
.BgClassName
{
background-color: #C84E82;
}
</style>
border-color css
<style>
span { border-color: #C84E82; }
span { border-color: rgb(200,78,130); }
td.TdClassName
{
border-color: #C84E82;
}
.TagClassName
{
border-color: #C84E82;
}
</style>