Shades of Mulberry #C84D82
Tints of Mulberry #C84D82
RGB
CMYK
RGB Variations
Color information
#C84D82 (or 0xC84D82) is known color: Mulberry. HEX triplet: C8, 4D and 82. RGB value is (200,77,130). Sum of RGB (Red+Green+Blue) = 200+77+130=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D82 is #37B27D. Grayscale: #777777. Windows color (decimal): -3650174 or 8539592. OLE color: 8539592.
HSL color Cylindrical-coordinate representation of color #C84D82: hue angle of 334.15º 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 #C84D82 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 130 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.22 |
| HSL | 334.15º | 0.53% | 0.54% | - |
| HSV(B) | 334.15º | 0.62% | 0.78% | - |
| XYZ | 30.5 | 19.2 | 23.22 | - |
| YUV | 119.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 130 | 0 | 0.62 | 0.35 | 0.22 | 334.15 | 0.53 | 0.54 |
| Hex | C8 | 4D | 82 | 0 | 3E | 23 | 16 | 14E | 35 | 36 |
| Octal | 310 | 115 | 202 | 0 | 76 | 43 | 26 | 516 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10000010 | 0 | 111110 | 100011 | 10110 | 101001110 | 110101 | 110110 |
Color Harmonies of #C84D82
Complementary color
Monochromatic Colors of #C84D82
Black with #C84D82
Text Example
Text Example
White with #C84D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D82; }
p { color: rgb(200,77,130); }
H1.HeaderClassName
{
color: #C84D82;
}
.AnyTagClassName
{
color: #C84D82;
}
</style>
background-color css
<style>
a { background-color: #C84D82; }
a { background-color: rgb(200,77,130); }
div.DivClassName
{
background-color: #C84D82;
}
.BgClassName
{
background-color: #C84D82;
}
</style>
border-color css
<style>
span { border-color: #C84D82; }
span { border-color: rgb(200,77,130); }
td.TdClassName
{
border-color: #C84D82;
}
.TagClassName
{
border-color: #C84D82;
}
</style>