Shades of Mulberry #C84A92
Tints of Mulberry #C84A92
RGB
CMYK
RGB Variations
Color information
#C84A92 (or 0xC84A92) is known color: Mulberry. HEX triplet: C8, 4A and 92. RGB value is (200,74,146). Sum of RGB (Red+Green+Blue) = 200+74+146=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A92 is #37B56D. Grayscale: #777777. Windows color (decimal): -3650926 or 9587400. OLE color: 9587400.
HSL color Cylindrical-coordinate representation of color #C84A92: hue angle of 325.71º degrees, saturation: 0.53, 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 #C84A92 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 146 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.22 |
| HSL | 325.71º | 0.53% | 0.54% | - |
| HSV(B) | 325.71º | 0.63% | 0.78% | - |
| XYZ | 31.46 | 19.25 | 29.25 | - |
| YUV | 119.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 146 | 0 | 0.63 | 0.27 | 0.22 | 325.71 | 0.53 | 0.54 |
| Hex | C8 | 4A | 92 | 0 | 3F | 1B | 16 | 146 | 35 | 36 |
| Octal | 310 | 112 | 222 | 0 | 77 | 33 | 26 | 506 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10010010 | 0 | 111111 | 11011 | 10110 | 101000110 | 110101 | 110110 |
Color Harmonies of #C84A92
Complementary color
Monochromatic Colors of #C84A92
Black with #C84A92
Text Example
Text Example
White with #C84A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A92; }
p { color: rgb(200,74,146); }
H1.HeaderClassName
{
color: #C84A92;
}
.AnyTagClassName
{
color: #C84A92;
}
</style>
background-color css
<style>
a { background-color: #C84A92; }
a { background-color: rgb(200,74,146); }
div.DivClassName
{
background-color: #C84A92;
}
.BgClassName
{
background-color: #C84A92;
}
</style>
border-color css
<style>
span { border-color: #C84A92; }
span { border-color: rgb(200,74,146); }
td.TdClassName
{
border-color: #C84A92;
}
.TagClassName
{
border-color: #C84A92;
}
</style>