Shades of Mulberry #C84D92
Tints of Mulberry #C84D92
RGB
CMYK
RGB Variations
Color information
#C84D92 (or 0xC84D92) is known color: Mulberry. HEX triplet: C8, 4D and 92. RGB value is (200,77,146). Sum of RGB (Red+Green+Blue) = 200+77+146=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D92 is #37B26D. Grayscale: #797979. Windows color (decimal): -3650158 or 9588168. OLE color: 9588168.
HSL color Cylindrical-coordinate representation of color #C84D92: hue angle of 326.34º 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 #C84D92 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 146 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.22 |
| HSL | 326.34º | 0.53% | 0.54% | - |
| HSV(B) | 326.34º | 0.62% | 0.78% | - |
| XYZ | 31.66 | 19.66 | 29.32 | - |
| YUV | 121.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 146 | 0 | 0.62 | 0.27 | 0.22 | 326.34 | 0.53 | 0.54 |
| Hex | C8 | 4D | 92 | 0 | 3E | 1B | 16 | 146 | 35 | 36 |
| Octal | 310 | 115 | 222 | 0 | 76 | 33 | 26 | 506 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10010010 | 0 | 111110 | 11011 | 10110 | 101000110 | 110101 | 110110 |
Color Harmonies of #C84D92
Complementary color
Monochromatic Colors of #C84D92
Black with #C84D92
Text Example
Text Example
White with #C84D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D92; }
p { color: rgb(200,77,146); }
H1.HeaderClassName
{
color: #C84D92;
}
.AnyTagClassName
{
color: #C84D92;
}
</style>
background-color css
<style>
a { background-color: #C84D92; }
a { background-color: rgb(200,77,146); }
div.DivClassName
{
background-color: #C84D92;
}
.BgClassName
{
background-color: #C84D92;
}
</style>
border-color css
<style>
span { border-color: #C84D92; }
span { border-color: rgb(200,77,146); }
td.TdClassName
{
border-color: #C84D92;
}
.TagClassName
{
border-color: #C84D92;
}
</style>