Shades of Mulberry #C04F92
Tints of Mulberry #C04F92
RGB
CMYK
RGB Variations
Color information
#C04F92 (or 0xC04F92) is known color: Mulberry. HEX triplet: C0, 4F and 92. RGB value is (192,79,146). Sum of RGB (Red+Green+Blue) = 192+79+146=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F92 is #3FB06D. Grayscale: #787878. Windows color (decimal): -4173934 or 9588672. OLE color: 9588672.
HSL color Cylindrical-coordinate representation of color #C04F92: hue angle of 324.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F92 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 146 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.25 |
| HSL | 324.42º | 0.47% | 0.53% | - |
| HSV(B) | 324.42º | 0.59% | 0.75% | - |
| XYZ | 29.72 | 18.87 | 29.27 | - |
| YUV | 120.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 146 | 0 | 0.59 | 0.24 | 0.25 | 324.42 | 0.47 | 0.53 |
| Hex | C0 | 4F | 92 | 0 | 3B | 18 | 19 | 144 | 2F | 35 |
| Octal | 300 | 117 | 222 | 0 | 73 | 30 | 31 | 504 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10010010 | 0 | 111011 | 11000 | 11001 | 101000100 | 101111 | 110101 |
Color Harmonies of #C04F92
Complementary color
Monochromatic Colors of #C04F92
Black with #C04F92
Text Example
Text Example
White with #C04F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F92; }
p { color: rgb(192,79,146); }
H1.HeaderClassName
{
color: #C04F92;
}
.AnyTagClassName
{
color: #C04F92;
}
</style>
background-color css
<style>
a { background-color: #C04F92; }
a { background-color: rgb(192,79,146); }
div.DivClassName
{
background-color: #C04F92;
}
.BgClassName
{
background-color: #C04F92;
}
</style>
border-color css
<style>
span { border-color: #C04F92; }
span { border-color: rgb(192,79,146); }
td.TdClassName
{
border-color: #C04F92;
}
.TagClassName
{
border-color: #C04F92;
}
</style>