Shades of Mulberry #C84996
Tints of Mulberry #C84996
RGB
CMYK
RGB Variations
Color information
#C84996 (or 0xC84996) is known color: Mulberry. HEX triplet: C8, 49 and 96. RGB value is (200,73,150). Sum of RGB (Red+Green+Blue) = 200+73+150=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C84996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84996 is #37B669. Grayscale: #777777. Windows color (decimal): -3651178 or 9849288. OLE color: 9849288.
HSL color Cylindrical-coordinate representation of color #C84996: hue angle of 323.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84996 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 150 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.22 |
| HSL | 323.62º | 0.54% | 0.54% | - |
| HSV(B) | 323.62º | 0.64% | 0.78% | - |
| XYZ | 31.71 | 19.25 | 30.9 | - |
| YUV | 119.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 150 | 0 | 0.64 | 0.25 | 0.22 | 323.62 | 0.54 | 0.54 |
| Hex | C8 | 49 | 96 | 0 | 40 | 19 | 16 | 144 | 36 | 36 |
| Octal | 310 | 111 | 226 | 0 | 100 | 31 | 26 | 504 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10010110 | 0 | 1000000 | 11001 | 10110 | 101000100 | 110110 | 110110 |
Color Harmonies of #C84996
Complementary color
Monochromatic Colors of #C84996
Black with #C84996
Text Example
Text Example
White with #C84996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84996; }
p { color: rgb(200,73,150); }
H1.HeaderClassName
{
color: #C84996;
}
.AnyTagClassName
{
color: #C84996;
}
</style>
background-color css
<style>
a { background-color: #C84996; }
a { background-color: rgb(200,73,150); }
div.DivClassName
{
background-color: #C84996;
}
.BgClassName
{
background-color: #C84996;
}
</style>
border-color css
<style>
span { border-color: #C84996; }
span { border-color: rgb(200,73,150); }
td.TdClassName
{
border-color: #C84996;
}
.TagClassName
{
border-color: #C84996;
}
</style>