Shades of Mulberry #C45D89
Tints of Mulberry #C45D89
RGB
CMYK
RGB Variations
Color information
#C45D89 (or 0xC45D89) is known color: Mulberry. HEX triplet: C4, 5D and 89. RGB value is (196,93,137). Sum of RGB (Red+Green+Blue) = 196+93+137=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D89 is #3BA276. Grayscale: #808080. Windows color (decimal): -3908215 or 9002436. OLE color: 9002436.
HSL color Cylindrical-coordinate representation of color #C45D89: hue angle of 334.37º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D89 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 137 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.23 |
| HSL | 334.37º | 0.47% | 0.57% | - |
| HSV(B) | 334.37º | 0.53% | 0.77% | - |
| XYZ | 31.19 | 21.37 | 26.15 | - |
| YUV | 128.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 137 | 0 | 0.53 | 0.30 | 0.23 | 334.37 | 0.47 | 0.57 |
| Hex | C4 | 5D | 89 | 0 | 35 | 1E | 17 | 14E | 2F | 39 |
| Octal | 304 | 135 | 211 | 0 | 65 | 36 | 27 | 516 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10001001 | 0 | 110101 | 11110 | 10111 | 101001110 | 101111 | 111001 |
Color Harmonies of #C45D89
Complementary color
Monochromatic Colors of #C45D89
Black with #C45D89
Text Example
Text Example
White with #C45D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D89; }
p { color: rgb(196,93,137); }
H1.HeaderClassName
{
color: #C45D89;
}
.AnyTagClassName
{
color: #C45D89;
}
</style>
background-color css
<style>
a { background-color: #C45D89; }
a { background-color: rgb(196,93,137); }
div.DivClassName
{
background-color: #C45D89;
}
.BgClassName
{
background-color: #C45D89;
}
</style>
border-color css
<style>
span { border-color: #C45D89; }
span { border-color: rgb(196,93,137); }
td.TdClassName
{
border-color: #C45D89;
}
.TagClassName
{
border-color: #C45D89;
}
</style>