Shades of Mulberry #C84C82
Tints of Mulberry #C84C82
RGB
CMYK
RGB Variations
Color information
#C84C82 (or 0xC84C82) is known color: Mulberry. HEX triplet: C8, 4C and 82. RGB value is (200,76,130). Sum of RGB (Red+Green+Blue) = 200+76+130=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C82 is #37B37D. Grayscale: #777777. Windows color (decimal): -3650430 or 8539336. OLE color: 8539336.
HSL color Cylindrical-coordinate representation of color #C84C82: hue angle of 333.87º 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 #C84C82 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 130 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.22 |
| HSL | 333.87º | 0.53% | 0.54% | - |
| HSV(B) | 333.87º | 0.62% | 0.78% | - |
| XYZ | 30.43 | 19.06 | 23.19 | - |
| YUV | 119.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 130 | 0 | 0.62 | 0.35 | 0.22 | 333.87 | 0.53 | 0.54 |
| Hex | C8 | 4C | 82 | 0 | 3E | 23 | 16 | 14E | 35 | 36 |
| Octal | 310 | 114 | 202 | 0 | 76 | 43 | 26 | 516 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10000010 | 0 | 111110 | 100011 | 10110 | 101001110 | 110101 | 110110 |
Color Harmonies of #C84C82
Complementary color
Monochromatic Colors of #C84C82
Black with #C84C82
Text Example
Text Example
White with #C84C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C82; }
p { color: rgb(200,76,130); }
H1.HeaderClassName
{
color: #C84C82;
}
.AnyTagClassName
{
color: #C84C82;
}
</style>
background-color css
<style>
a { background-color: #C84C82; }
a { background-color: rgb(200,76,130); }
div.DivClassName
{
background-color: #C84C82;
}
.BgClassName
{
background-color: #C84C82;
}
</style>
border-color css
<style>
span { border-color: #C84C82; }
span { border-color: rgb(200,76,130); }
td.TdClassName
{
border-color: #C84C82;
}
.TagClassName
{
border-color: #C84C82;
}
</style>