Shades of Mulberry #C04B82
Tints of Mulberry #C04B82
RGB
CMYK
RGB Variations
Color information
#C04B82 (or 0xC04B82) is known color: Mulberry. HEX triplet: C0, 4B and 82. RGB value is (192,75,130). Sum of RGB (Red+Green+Blue) = 192+75+130=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B82 is #3FB47D. Grayscale: #747474. Windows color (decimal): -4174974 or 8539072. OLE color: 8539072.
HSL color Cylindrical-coordinate representation of color #C04B82: hue angle of 331.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B82 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 130 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.25 |
| HSL | 331.79º | 0.48% | 0.52% | - |
| HSV(B) | 331.79º | 0.61% | 0.75% | - |
| XYZ | 28.28 | 17.85 | 23.07 | - |
| YUV | 116.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 130 | 0 | 0.61 | 0.32 | 0.25 | 331.79 | 0.48 | 0.52 |
| Hex | C0 | 4B | 82 | 0 | 3D | 20 | 19 | 14C | 30 | 34 |
| Octal | 300 | 113 | 202 | 0 | 75 | 40 | 31 | 514 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10000010 | 0 | 111101 | 100000 | 11001 | 101001100 | 110000 | 110100 |
Color Harmonies of #C04B82
Complementary color
Monochromatic Colors of #C04B82
Black with #C04B82
Text Example
Text Example
White with #C04B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B82; }
p { color: rgb(192,75,130); }
H1.HeaderClassName
{
color: #C04B82;
}
.AnyTagClassName
{
color: #C04B82;
}
</style>
background-color css
<style>
a { background-color: #C04B82; }
a { background-color: rgb(192,75,130); }
div.DivClassName
{
background-color: #C04B82;
}
.BgClassName
{
background-color: #C04B82;
}
</style>
border-color css
<style>
span { border-color: #C04B82; }
span { border-color: rgb(192,75,130); }
td.TdClassName
{
border-color: #C04B82;
}
.TagClassName
{
border-color: #C04B82;
}
</style>