Shades of Mulberry #C84C96
Tints of Mulberry #C84C96
RGB
CMYK
RGB Variations
Color information
#C84C96 (or 0xC84C96) is known color: Mulberry. HEX triplet: C8, 4C and 96. RGB value is (200,76,150). Sum of RGB (Red+Green+Blue) = 200+76+150=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C96 is #37B369. Grayscale: #797979. Windows color (decimal): -3650410 or 9850056. OLE color: 9850056.
HSL color Cylindrical-coordinate representation of color #C84C96: hue angle of 324.19º 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 #C84C96 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 150 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.22 |
| HSL | 324.19º | 0.53% | 0.54% | - |
| HSV(B) | 324.19º | 0.62% | 0.78% | - |
| XYZ | 31.91 | 19.65 | 30.97 | - |
| YUV | 121.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 150 | 0 | 0.62 | 0.25 | 0.22 | 324.19 | 0.53 | 0.54 |
| Hex | C8 | 4C | 96 | 0 | 3E | 19 | 16 | 144 | 35 | 36 |
| Octal | 310 | 114 | 226 | 0 | 76 | 31 | 26 | 504 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10010110 | 0 | 111110 | 11001 | 10110 | 101000100 | 110101 | 110110 |
Color Harmonies of #C84C96
Complementary color
Monochromatic Colors of #C84C96
Black with #C84C96
Text Example
Text Example
White with #C84C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C96; }
p { color: rgb(200,76,150); }
H1.HeaderClassName
{
color: #C84C96;
}
.AnyTagClassName
{
color: #C84C96;
}
</style>
background-color css
<style>
a { background-color: #C84C96; }
a { background-color: rgb(200,76,150); }
div.DivClassName
{
background-color: #C84C96;
}
.BgClassName
{
background-color: #C84C96;
}
</style>
border-color css
<style>
span { border-color: #C84C96; }
span { border-color: rgb(200,76,150); }
td.TdClassName
{
border-color: #C84C96;
}
.TagClassName
{
border-color: #C84C96;
}
</style>