Shades of Mulberry #C04986
Tints of Mulberry #C04986
RGB
CMYK
RGB Variations
Color information
#C04986 (or 0xC04986) is known color: Mulberry. HEX triplet: C0, 49 and 86. RGB value is (192,73,134). Sum of RGB (Red+Green+Blue) = 192+73+134=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C04986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04986 is #3FB679. Grayscale: #737373. Windows color (decimal): -4175482 or 8800704. OLE color: 8800704.
HSL color Cylindrical-coordinate representation of color #C04986: hue angle of 329.24º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04986 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 134 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.25 |
| HSL | 329.24º | 0.49% | 0.52% | - |
| HSV(B) | 329.24º | 0.62% | 0.75% | - |
| XYZ | 28.42 | 17.69 | 24.47 | - |
| YUV | 115.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 134 | 0 | 0.62 | 0.30 | 0.25 | 329.24 | 0.49 | 0.52 |
| Hex | C0 | 49 | 86 | 0 | 3E | 1E | 19 | 149 | 31 | 34 |
| Octal | 300 | 111 | 206 | 0 | 76 | 36 | 31 | 511 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10000110 | 0 | 111110 | 11110 | 11001 | 101001001 | 110001 | 110100 |
Color Harmonies of #C04986
Complementary color
Monochromatic Colors of #C04986
Black with #C04986
Text Example
Text Example
White with #C04986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04986; }
p { color: rgb(192,73,134); }
H1.HeaderClassName
{
color: #C04986;
}
.AnyTagClassName
{
color: #C04986;
}
</style>
background-color css
<style>
a { background-color: #C04986; }
a { background-color: rgb(192,73,134); }
div.DivClassName
{
background-color: #C04986;
}
.BgClassName
{
background-color: #C04986;
}
</style>
border-color css
<style>
span { border-color: #C04986; }
span { border-color: rgb(192,73,134); }
td.TdClassName
{
border-color: #C04986;
}
.TagClassName
{
border-color: #C04986;
}
</style>