Shades of Mulberry #C84782
Tints of Mulberry #C84782
RGB
CMYK
RGB Variations
Color information
#C84782 (or 0xC84782) is known color: Mulberry. HEX triplet: C8, 47 and 82. RGB value is (200,71,130). Sum of RGB (Red+Green+Blue) = 200+71+130=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84782 is #37B87D. Grayscale: #747474. Windows color (decimal): -3651710 or 8538056. OLE color: 8538056.
HSL color Cylindrical-coordinate representation of color #C84782: hue angle of 332.56º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84782 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 130 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.22 |
| HSL | 332.56º | 0.54% | 0.53% | - |
| HSV(B) | 332.56º | 0.65% | 0.78% | - |
| XYZ | 30.1 | 18.4 | 23.08 | - |
| YUV | 116.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 130 | 0 | 0.64 | 0.35 | 0.22 | 332.56 | 0.54 | 0.53 |
| Hex | C8 | 47 | 82 | 0 | 40 | 23 | 16 | 14D | 36 | 35 |
| Octal | 310 | 107 | 202 | 0 | 100 | 43 | 26 | 515 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10000010 | 0 | 1000000 | 100011 | 10110 | 101001101 | 110110 | 110101 |
Color Harmonies of #C84782
Complementary color
Monochromatic Colors of #C84782
Black with #C84782
Text Example
Text Example
White with #C84782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84782; }
p { color: rgb(200,71,130); }
H1.HeaderClassName
{
color: #C84782;
}
.AnyTagClassName
{
color: #C84782;
}
</style>
background-color css
<style>
a { background-color: #C84782; }
a { background-color: rgb(200,71,130); }
div.DivClassName
{
background-color: #C84782;
}
.BgClassName
{
background-color: #C84782;
}
</style>
border-color css
<style>
span { border-color: #C84782; }
span { border-color: rgb(200,71,130); }
td.TdClassName
{
border-color: #C84782;
}
.TagClassName
{
border-color: #C84782;
}
</style>