Shades of Mulberry #C04982
Tints of Mulberry #C04982
RGB
CMYK
RGB Variations
Color information
#C04982 (or 0xC04982) is known color: Mulberry. HEX triplet: C0, 49 and 82. RGB value is (192,73,130). Sum of RGB (Red+Green+Blue) = 192+73+130=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04982 is #3FB67D. Grayscale: #727272. Windows color (decimal): -4175486 or 8538560. OLE color: 8538560.
HSL color Cylindrical-coordinate representation of color #C04982: hue angle of 331.26º 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 #C04982 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 130 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.25 |
| HSL | 331.26º | 0.49% | 0.52% | - |
| HSV(B) | 331.26º | 0.62% | 0.75% | - |
| XYZ | 28.15 | 17.58 | 23.03 | - |
| YUV | 115.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 130 | 0 | 0.62 | 0.32 | 0.25 | 331.26 | 0.49 | 0.52 |
| Hex | C0 | 49 | 82 | 0 | 3E | 20 | 19 | 14B | 31 | 34 |
| Octal | 300 | 111 | 202 | 0 | 76 | 40 | 31 | 513 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10000010 | 0 | 111110 | 100000 | 11001 | 101001011 | 110001 | 110100 |
Color Harmonies of #C04982
Complementary color
Monochromatic Colors of #C04982
Black with #C04982
Text Example
Text Example
White with #C04982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04982; }
p { color: rgb(192,73,130); }
H1.HeaderClassName
{
color: #C04982;
}
.AnyTagClassName
{
color: #C04982;
}
</style>
background-color css
<style>
a { background-color: #C04982; }
a { background-color: rgb(192,73,130); }
div.DivClassName
{
background-color: #C04982;
}
.BgClassName
{
background-color: #C04982;
}
</style>
border-color css
<style>
span { border-color: #C04982; }
span { border-color: rgb(192,73,130); }
td.TdClassName
{
border-color: #C04982;
}
.TagClassName
{
border-color: #C04982;
}
</style>