Shades of Mulberry #C04794
Tints of Mulberry #C04794
RGB
CMYK
RGB Variations
Color information
#C04794 (or 0xC04794) is known color: Mulberry. HEX triplet: C0, 47 and 94. RGB value is (192,71,148). Sum of RGB (Red+Green+Blue) = 192+71+148=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04794 is #3FB86B. Grayscale: #737373. Windows color (decimal): -4175980 or 9717696. OLE color: 9717696.
HSL color Cylindrical-coordinate representation of color #C04794: hue angle of 321.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04794 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 148 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.25 |
| HSL | 321.82º | 0.49% | 0.52% | - |
| HSV(B) | 321.82º | 0.63% | 0.75% | - |
| XYZ | 29.34 | 17.85 | 29.92 | - |
| YUV | 115.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 148 | 0 | 0.63 | 0.23 | 0.25 | 321.82 | 0.49 | 0.52 |
| Hex | C0 | 47 | 94 | 0 | 3F | 17 | 19 | 142 | 31 | 34 |
| Octal | 300 | 107 | 224 | 0 | 77 | 27 | 31 | 502 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10010100 | 0 | 111111 | 10111 | 11001 | 101000010 | 110001 | 110100 |
Color Harmonies of #C04794
Complementary color
Monochromatic Colors of #C04794
Black with #C04794
Text Example
Text Example
White with #C04794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04794; }
p { color: rgb(192,71,148); }
H1.HeaderClassName
{
color: #C04794;
}
.AnyTagClassName
{
color: #C04794;
}
</style>
background-color css
<style>
a { background-color: #C04794; }
a { background-color: rgb(192,71,148); }
div.DivClassName
{
background-color: #C04794;
}
.BgClassName
{
background-color: #C04794;
}
</style>
border-color css
<style>
span { border-color: #C04794; }
span { border-color: rgb(192,71,148); }
td.TdClassName
{
border-color: #C04794;
}
.TagClassName
{
border-color: #C04794;
}
</style>