Shades of Mulberry #C04D92
Tints of Mulberry #C04D92
RGB
CMYK
RGB Variations
Color information
#C04D92 (or 0xC04D92) is known color: Mulberry. HEX triplet: C0, 4D and 92. RGB value is (192,77,146). Sum of RGB (Red+Green+Blue) = 192+77+146=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D92 is #3FB26D. Grayscale: #777777. Windows color (decimal): -4174446 or 9588160. OLE color: 9588160.
HSL color Cylindrical-coordinate representation of color #C04D92: hue angle of 324º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D92 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 146 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.25 |
| HSL | 324º | 0.48% | 0.53% | - |
| HSV(B) | 324º | 0.6% | 0.75% | - |
| XYZ | 29.58 | 18.59 | 29.22 | - |
| YUV | 119.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 146 | 0 | 0.60 | 0.24 | 0.25 | 324 | 0.48 | 0.53 |
| Hex | C0 | 4D | 92 | 0 | 3C | 18 | 19 | 144 | 30 | 35 |
| Octal | 300 | 115 | 222 | 0 | 74 | 30 | 31 | 504 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10010010 | 0 | 111100 | 11000 | 11001 | 101000100 | 110000 | 110101 |
Color Harmonies of #C04D92
Complementary color
Monochromatic Colors of #C04D92
Black with #C04D92
Text Example
Text Example
White with #C04D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D92; }
p { color: rgb(192,77,146); }
H1.HeaderClassName
{
color: #C04D92;
}
.AnyTagClassName
{
color: #C04D92;
}
</style>
background-color css
<style>
a { background-color: #C04D92; }
a { background-color: rgb(192,77,146); }
div.DivClassName
{
background-color: #C04D92;
}
.BgClassName
{
background-color: #C04D92;
}
</style>
border-color css
<style>
span { border-color: #C04D92; }
span { border-color: rgb(192,77,146); }
td.TdClassName
{
border-color: #C04D92;
}
.TagClassName
{
border-color: #C04D92;
}
</style>