Shades of Mulberry #C4558A
Tints of Mulberry #C4558A
RGB
CMYK
RGB Variations
Color information
#C4558A (or 0xC4558A) is known color: Mulberry. HEX triplet: C4, 55 and 8A. RGB value is (196,85,138). Sum of RGB (Red+Green+Blue) = 196+85+138=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4558A is #3BAA75. Grayscale: #7C7C7C. Windows color (decimal): -3910262 or 9065924. OLE color: 9065924.
HSL color Cylindrical-coordinate representation of color #C4558A: hue angle of 331.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4558A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 138 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.23 |
| HSL | 331.35º | 0.48% | 0.55% | - |
| HSV(B) | 331.35º | 0.57% | 0.77% | - |
| XYZ | 30.6 | 20.07 | 26.31 | - |
| YUV | 124.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 138 | 0 | 0.57 | 0.30 | 0.23 | 331.35 | 0.48 | 0.55 |
| Hex | C4 | 55 | 8A | 0 | 39 | 1E | 17 | 14B | 30 | 37 |
| Octal | 304 | 125 | 212 | 0 | 71 | 36 | 27 | 513 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10001010 | 0 | 111001 | 11110 | 10111 | 101001011 | 110000 | 110111 |
Color Harmonies of #C4558A
Complementary color
Monochromatic Colors of #C4558A
Black with #C4558A
Text Example
Text Example
White with #C4558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4558A; }
p { color: rgb(196,85,138); }
H1.HeaderClassName
{
color: #C4558A;
}
.AnyTagClassName
{
color: #C4558A;
}
</style>
background-color css
<style>
a { background-color: #C4558A; }
a { background-color: rgb(196,85,138); }
div.DivClassName
{
background-color: #C4558A;
}
.BgClassName
{
background-color: #C4558A;
}
</style>
border-color css
<style>
span { border-color: #C4558A; }
span { border-color: rgb(196,85,138); }
td.TdClassName
{
border-color: #C4558A;
}
.TagClassName
{
border-color: #C4558A;
}
</style>