Shades of Mulberry #C45982
Tints of Mulberry #C45982
RGB
CMYK
RGB Variations
Color information
#C45982 (or 0xC45982) is known color: Mulberry. HEX triplet: C4, 59 and 82. RGB value is (196,89,130). Sum of RGB (Red+Green+Blue) = 196+89+130=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C45982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45982 is #3BA67D. Grayscale: #7D7D7D. Windows color (decimal): -3909246 or 8542660. OLE color: 8542660.
HSL color Cylindrical-coordinate representation of color #C45982: hue angle of 337.01º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45982 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 130 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.23 |
| HSL | 337.01º | 0.48% | 0.56% | - |
| HSV(B) | 337.01º | 0.55% | 0.77% | - |
| XYZ | 30.37 | 20.49 | 23.47 | - |
| YUV | 125.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 130 | 0 | 0.55 | 0.34 | 0.23 | 337.01 | 0.48 | 0.56 |
| Hex | C4 | 59 | 82 | 0 | 37 | 22 | 17 | 151 | 30 | 38 |
| Octal | 304 | 131 | 202 | 0 | 67 | 42 | 27 | 521 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10000010 | 0 | 110111 | 100010 | 10111 | 101010001 | 110000 | 111000 |
Color Harmonies of #C45982
Complementary color
Monochromatic Colors of #C45982
Black with #C45982
Text Example
Text Example
White with #C45982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45982; }
p { color: rgb(196,89,130); }
H1.HeaderClassName
{
color: #C45982;
}
.AnyTagClassName
{
color: #C45982;
}
</style>
background-color css
<style>
a { background-color: #C45982; }
a { background-color: rgb(196,89,130); }
div.DivClassName
{
background-color: #C45982;
}
.BgClassName
{
background-color: #C45982;
}
</style>
border-color css
<style>
span { border-color: #C45982; }
span { border-color: rgb(196,89,130); }
td.TdClassName
{
border-color: #C45982;
}
.TagClassName
{
border-color: #C45982;
}
</style>