Shades of Mulberry #C04296
Tints of Mulberry #C04296
RGB
CMYK
RGB Variations
Color information
#C04296 (or 0xC04296) is known color: Mulberry. HEX triplet: C0, 42 and 96. RGB value is (192,66,150). Sum of RGB (Red+Green+Blue) = 192+66+150=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04296 is #3FBD69. Grayscale: #717171. Windows color (decimal): -4177258 or 9847488. OLE color: 9847488.
HSL color Cylindrical-coordinate representation of color #C04296: hue angle of 320º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04296 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 150 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.25 |
| HSL | 320º | 0.5% | 0.51% | - |
| HSV(B) | 320º | 0.66% | 0.75% | - |
| XYZ | 29.19 | 17.3 | 30.66 | - |
| YUV | 113.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 150 | 0 | 0.66 | 0.22 | 0.25 | 320 | 0.5 | 0.51 |
| Hex | C0 | 42 | 96 | 0 | 42 | 16 | 19 | 140 | 32 | 33 |
| Octal | 300 | 102 | 226 | 0 | 102 | 26 | 31 | 500 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10010110 | 0 | 1000010 | 10110 | 11001 | 101000000 | 110010 | 110011 |
Color Harmonies of #C04296
Complementary color
Monochromatic Colors of #C04296
Black with #C04296
Text Example
Text Example
White with #C04296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04296; }
p { color: rgb(192,66,150); }
H1.HeaderClassName
{
color: #C04296;
}
.AnyTagClassName
{
color: #C04296;
}
</style>
background-color css
<style>
a { background-color: #C04296; }
a { background-color: rgb(192,66,150); }
div.DivClassName
{
background-color: #C04296;
}
.BgClassName
{
background-color: #C04296;
}
</style>
border-color css
<style>
span { border-color: #C04296; }
span { border-color: rgb(192,66,150); }
td.TdClassName
{
border-color: #C04296;
}
.TagClassName
{
border-color: #C04296;
}
</style>