Shades of Mulberry #C84796
Tints of Mulberry #C84796
RGB
CMYK
RGB Variations
Color information
#C84796 (or 0xC84796) is known color: Mulberry. HEX triplet: C8, 47 and 96. RGB value is (200,71,150). Sum of RGB (Red+Green+Blue) = 200+71+150=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C84796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84796 is #37B869. Grayscale: #767676. Windows color (decimal): -3651690 or 9848776. OLE color: 9848776.
HSL color Cylindrical-coordinate representation of color #C84796: hue angle of 323.26º 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 #C84796 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 150 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.22 |
| HSL | 323.26º | 0.54% | 0.53% | - |
| HSV(B) | 323.26º | 0.65% | 0.78% | - |
| XYZ | 31.58 | 18.99 | 30.85 | - |
| YUV | 118.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 150 | 0 | 0.64 | 0.25 | 0.22 | 323.26 | 0.54 | 0.53 |
| Hex | C8 | 47 | 96 | 0 | 40 | 19 | 16 | 143 | 36 | 35 |
| Octal | 310 | 107 | 226 | 0 | 100 | 31 | 26 | 503 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10010110 | 0 | 1000000 | 11001 | 10110 | 101000011 | 110110 | 110101 |
Color Harmonies of #C84796
Complementary color
Monochromatic Colors of #C84796
Black with #C84796
Text Example
Text Example
White with #C84796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84796; }
p { color: rgb(200,71,150); }
H1.HeaderClassName
{
color: #C84796;
}
.AnyTagClassName
{
color: #C84796;
}
</style>
background-color css
<style>
a { background-color: #C84796; }
a { background-color: rgb(200,71,150); }
div.DivClassName
{
background-color: #C84796;
}
.BgClassName
{
background-color: #C84796;
}
</style>
border-color css
<style>
span { border-color: #C84796; }
span { border-color: rgb(200,71,150); }
td.TdClassName
{
border-color: #C84796;
}
.TagClassName
{
border-color: #C84796;
}
</style>