Shades of Mulberry #C45983
Tints of Mulberry #C45983
RGB
CMYK
RGB Variations
Color information
#C45983 (or 0xC45983) is known color: Mulberry. HEX triplet: C4, 59 and 83. RGB value is (196,89,131). Sum of RGB (Red+Green+Blue) = 196+89+131=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C45983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45983 is #3BA67C. Grayscale: #7D7D7D. Windows color (decimal): -3909245 or 8608196. OLE color: 8608196.
HSL color Cylindrical-coordinate representation of color #C45983: hue angle of 336.45º 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 #C45983 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 131 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.23 |
| HSL | 336.45º | 0.48% | 0.56% | - |
| HSV(B) | 336.45º | 0.55% | 0.77% | - |
| XYZ | 30.43 | 20.52 | 23.83 | - |
| YUV | 125.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 131 | 0 | 0.55 | 0.33 | 0.23 | 336.45 | 0.48 | 0.56 |
| Hex | C4 | 59 | 83 | 0 | 37 | 21 | 17 | 150 | 30 | 38 |
| Octal | 304 | 131 | 203 | 0 | 67 | 41 | 27 | 520 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10000011 | 0 | 110111 | 100001 | 10111 | 101010000 | 110000 | 111000 |
Color Harmonies of #C45983
Complementary color
Monochromatic Colors of #C45983
Black with #C45983
Text Example
Text Example
White with #C45983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45983; }
p { color: rgb(196,89,131); }
H1.HeaderClassName
{
color: #C45983;
}
.AnyTagClassName
{
color: #C45983;
}
</style>
background-color css
<style>
a { background-color: #C45983; }
a { background-color: rgb(196,89,131); }
div.DivClassName
{
background-color: #C45983;
}
.BgClassName
{
background-color: #C45983;
}
</style>
border-color css
<style>
span { border-color: #C45983; }
span { border-color: rgb(196,89,131); }
td.TdClassName
{
border-color: #C45983;
}
.TagClassName
{
border-color: #C45983;
}
</style>