Shades of Mulberry #C45995
Tints of Mulberry #C45995
RGB
CMYK
RGB Variations
Color information
#C45995 (or 0xC45995) is known color: Mulberry. HEX triplet: C4, 59 and 95. RGB value is (196,89,149). Sum of RGB (Red+Green+Blue) = 196+89+149=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C45995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45995 is #3BA66A. Grayscale: #7F7F7F. Windows color (decimal): -3909227 or 9787844. OLE color: 9787844.
HSL color Cylindrical-coordinate representation of color #C45995: hue angle of 326.36º 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 #C45995 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 149 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.23 |
| HSL | 326.36º | 0.48% | 0.56% | - |
| HSV(B) | 326.36º | 0.55% | 0.77% | - |
| XYZ | 31.76 | 21.05 | 30.82 | - |
| YUV | 127.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 149 | 0 | 0.55 | 0.24 | 0.23 | 326.36 | 0.48 | 0.56 |
| Hex | C4 | 59 | 95 | 0 | 37 | 18 | 17 | 146 | 30 | 38 |
| Octal | 304 | 131 | 225 | 0 | 67 | 30 | 27 | 506 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10010101 | 0 | 110111 | 11000 | 10111 | 101000110 | 110000 | 111000 |
Color Harmonies of #C45995
Complementary color
Monochromatic Colors of #C45995
Black with #C45995
Text Example
Text Example
White with #C45995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45995; }
p { color: rgb(196,89,149); }
H1.HeaderClassName
{
color: #C45995;
}
.AnyTagClassName
{
color: #C45995;
}
</style>
background-color css
<style>
a { background-color: #C45995; }
a { background-color: rgb(196,89,149); }
div.DivClassName
{
background-color: #C45995;
}
.BgClassName
{
background-color: #C45995;
}
</style>
border-color css
<style>
span { border-color: #C45995; }
span { border-color: rgb(196,89,149); }
td.TdClassName
{
border-color: #C45995;
}
.TagClassName
{
border-color: #C45995;
}
</style>