Shades of Mulberry #C45B89
Tints of Mulberry #C45B89
RGB
CMYK
RGB Variations
Color information
#C45B89 (or 0xC45B89) is known color: Mulberry. HEX triplet: C4, 5B and 89. RGB value is (196,91,137). Sum of RGB (Red+Green+Blue) = 196+91+137=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45B89 is #3BA476. Grayscale: #7F7F7F. Windows color (decimal): -3908727 or 9001924. OLE color: 9001924.
HSL color Cylindrical-coordinate representation of color #C45B89: hue angle of 333.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B89 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 137 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.23 |
| HSL | 333.71º | 0.47% | 0.56% | - |
| HSV(B) | 333.71º | 0.54% | 0.77% | - |
| XYZ | 31.02 | 21.02 | 26.09 | - |
| YUV | 127.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 137 | 0 | 0.54 | 0.30 | 0.23 | 333.71 | 0.47 | 0.56 |
| Hex | C4 | 5B | 89 | 0 | 36 | 1E | 17 | 14E | 2F | 38 |
| Octal | 304 | 133 | 211 | 0 | 66 | 36 | 27 | 516 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10001001 | 0 | 110110 | 11110 | 10111 | 101001110 | 101111 | 111000 |
Color Harmonies of #C45B89
Complementary color
Monochromatic Colors of #C45B89
Black with #C45B89
Text Example
Text Example
White with #C45B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B89; }
p { color: rgb(196,91,137); }
H1.HeaderClassName
{
color: #C45B89;
}
.AnyTagClassName
{
color: #C45B89;
}
</style>
background-color css
<style>
a { background-color: #C45B89; }
a { background-color: rgb(196,91,137); }
div.DivClassName
{
background-color: #C45B89;
}
.BgClassName
{
background-color: #C45B89;
}
</style>
border-color css
<style>
span { border-color: #C45B89; }
span { border-color: rgb(196,91,137); }
td.TdClassName
{
border-color: #C45B89;
}
.TagClassName
{
border-color: #C45B89;
}
</style>