Shades of Mulberry #C04596
Tints of Mulberry #C04596
RGB
CMYK
RGB Variations
Color information
#C04596 (or 0xC04596) is known color: Mulberry. HEX triplet: C0, 45 and 96. RGB value is (192,69,150). Sum of RGB (Red+Green+Blue) = 192+69+150=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04596 is #3FBA69. Grayscale: #727272. Windows color (decimal): -4176490 or 9848256. OLE color: 9848256.
HSL color Cylindrical-coordinate representation of color #C04596: hue angle of 320.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04596 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 150 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.25 |
| HSL | 320.49º | 0.49% | 0.51% | - |
| HSV(B) | 320.49º | 0.64% | 0.75% | - |
| XYZ | 29.37 | 17.66 | 30.72 | - |
| YUV | 115.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 150 | 0 | 0.64 | 0.22 | 0.25 | 320.49 | 0.49 | 0.51 |
| Hex | C0 | 45 | 96 | 0 | 40 | 16 | 19 | 140 | 31 | 33 |
| Octal | 300 | 105 | 226 | 0 | 100 | 26 | 31 | 500 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10010110 | 0 | 1000000 | 10110 | 11001 | 101000000 | 110001 | 110011 |
Color Harmonies of #C04596
Complementary color
Monochromatic Colors of #C04596
Black with #C04596
Text Example
Text Example
White with #C04596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04596; }
p { color: rgb(192,69,150); }
H1.HeaderClassName
{
color: #C04596;
}
.AnyTagClassName
{
color: #C04596;
}
</style>
background-color css
<style>
a { background-color: #C04596; }
a { background-color: rgb(192,69,150); }
div.DivClassName
{
background-color: #C04596;
}
.BgClassName
{
background-color: #C04596;
}
</style>
border-color css
<style>
span { border-color: #C04596; }
span { border-color: rgb(192,69,150); }
td.TdClassName
{
border-color: #C04596;
}
.TagClassName
{
border-color: #C04596;
}
</style>