Shades of Mulberry #C4528D
Tints of Mulberry #C4528D
RGB
CMYK
RGB Variations
Color information
#C4528D (or 0xC4528D) is known color: Mulberry. HEX triplet: C4, 52 and 8D. RGB value is (196,82,141). Sum of RGB (Red+Green+Blue) = 196+82+141=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4528D is #3BAD72. Grayscale: #7A7A7A. Windows color (decimal): -3911027 or 9261764. OLE color: 9261764.
HSL color Cylindrical-coordinate representation of color #C4528D: hue angle of 328.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4528D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 141 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.23 |
| HSL | 328.95º | 0.49% | 0.55% | - |
| HSV(B) | 328.95º | 0.58% | 0.77% | - |
| XYZ | 30.59 | 19.69 | 27.39 | - |
| YUV | 122.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 141 | 0 | 0.58 | 0.28 | 0.23 | 328.95 | 0.49 | 0.55 |
| Hex | C4 | 52 | 8D | 0 | 3A | 1C | 17 | 149 | 31 | 37 |
| Octal | 304 | 122 | 215 | 0 | 72 | 34 | 27 | 511 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10001101 | 0 | 111010 | 11100 | 10111 | 101001001 | 110001 | 110111 |
Color Harmonies of #C4528D
Complementary color
Monochromatic Colors of #C4528D
Black with #C4528D
Text Example
Text Example
White with #C4528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4528D; }
p { color: rgb(196,82,141); }
H1.HeaderClassName
{
color: #C4528D;
}
.AnyTagClassName
{
color: #C4528D;
}
</style>
background-color css
<style>
a { background-color: #C4528D; }
a { background-color: rgb(196,82,141); }
div.DivClassName
{
background-color: #C4528D;
}
.BgClassName
{
background-color: #C4528D;
}
</style>
border-color css
<style>
span { border-color: #C4528D; }
span { border-color: rgb(196,82,141); }
td.TdClassName
{
border-color: #C4528D;
}
.TagClassName
{
border-color: #C4528D;
}
</style>