Shades of Mulberry #C45992
Tints of Mulberry #C45992
RGB
CMYK
RGB Variations
Color information
#C45992 (or 0xC45992) is known color: Mulberry. HEX triplet: C4, 59 and 92. RGB value is (196,89,146). Sum of RGB (Red+Green+Blue) = 196+89+146=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C45992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45992 is #3BA66D. Grayscale: #7F7F7F. Windows color (decimal): -3909230 or 9591236. OLE color: 9591236.
HSL color Cylindrical-coordinate representation of color #C45992: hue angle of 328.04º 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 #C45992 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 146 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.23 |
| HSL | 328.04º | 0.48% | 0.56% | - |
| HSV(B) | 328.04º | 0.55% | 0.77% | - |
| XYZ | 31.53 | 20.96 | 29.58 | - |
| YUV | 127.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 146 | 0 | 0.55 | 0.26 | 0.23 | 328.04 | 0.48 | 0.56 |
| Hex | C4 | 59 | 92 | 0 | 37 | 1A | 17 | 148 | 30 | 38 |
| Octal | 304 | 131 | 222 | 0 | 67 | 32 | 27 | 510 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10010010 | 0 | 110111 | 11010 | 10111 | 101001000 | 110000 | 111000 |
Color Harmonies of #C45992
Complementary color
Monochromatic Colors of #C45992
Black with #C45992
Text Example
Text Example
White with #C45992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45992; }
p { color: rgb(196,89,146); }
H1.HeaderClassName
{
color: #C45992;
}
.AnyTagClassName
{
color: #C45992;
}
</style>
background-color css
<style>
a { background-color: #C45992; }
a { background-color: rgb(196,89,146); }
div.DivClassName
{
background-color: #C45992;
}
.BgClassName
{
background-color: #C45992;
}
</style>
border-color css
<style>
span { border-color: #C45992; }
span { border-color: rgb(196,89,146); }
td.TdClassName
{
border-color: #C45992;
}
.TagClassName
{
border-color: #C45992;
}
</style>