Shades of Mulberry #C45988
Tints of Mulberry #C45988
RGB
CMYK
RGB Variations
Color information
#C45988 (or 0xC45988) is known color: Mulberry. HEX triplet: C4, 59 and 88. RGB value is (196,89,136). Sum of RGB (Red+Green+Blue) = 196+89+136=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C45988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45988 is #3BA677. Grayscale: #7E7E7E. Windows color (decimal): -3909240 or 8935876. OLE color: 8935876.
HSL color Cylindrical-coordinate representation of color #C45988: hue angle of 333.64º 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 #C45988 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 136 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.23 |
| HSL | 333.64º | 0.48% | 0.56% | - |
| HSV(B) | 333.64º | 0.55% | 0.77% | - |
| XYZ | 30.78 | 20.66 | 25.66 | - |
| YUV | 126.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 136 | 0 | 0.55 | 0.31 | 0.23 | 333.64 | 0.48 | 0.56 |
| Hex | C4 | 59 | 88 | 0 | 37 | 1F | 17 | 14E | 30 | 38 |
| Octal | 304 | 131 | 210 | 0 | 67 | 37 | 27 | 516 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10001000 | 0 | 110111 | 11111 | 10111 | 101001110 | 110000 | 111000 |
Color Harmonies of #C45988
Complementary color
Monochromatic Colors of #C45988
Black with #C45988
Text Example
Text Example
White with #C45988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45988; }
p { color: rgb(196,89,136); }
H1.HeaderClassName
{
color: #C45988;
}
.AnyTagClassName
{
color: #C45988;
}
</style>
background-color css
<style>
a { background-color: #C45988; }
a { background-color: rgb(196,89,136); }
div.DivClassName
{
background-color: #C45988;
}
.BgClassName
{
background-color: #C45988;
}
</style>
border-color css
<style>
span { border-color: #C45988; }
span { border-color: rgb(196,89,136); }
td.TdClassName
{
border-color: #C45988;
}
.TagClassName
{
border-color: #C45988;
}
</style>