Shades of Mulberry #C4528B
Tints of Mulberry #C4528B
RGB
CMYK
RGB Variations
Color information
#C4528B (or 0xC4528B) is known color: Mulberry. HEX triplet: C4, 52 and 8B. RGB value is (196,82,139). Sum of RGB (Red+Green+Blue) = 196+82+139=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4528B is #3BAD74. Grayscale: #7A7A7A. Windows color (decimal): -3911029 or 9130692. OLE color: 9130692.
HSL color Cylindrical-coordinate representation of color #C4528B: hue angle of 330º 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 #C4528B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 139 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.23 |
| HSL | 330º | 0.49% | 0.55% | - |
| HSV(B) | 330º | 0.58% | 0.77% | - |
| XYZ | 30.44 | 19.63 | 26.61 | - |
| YUV | 122.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 139 | 0 | 0.58 | 0.29 | 0.23 | 330 | 0.49 | 0.55 |
| Hex | C4 | 52 | 8B | 0 | 3A | 1D | 17 | 14A | 31 | 37 |
| Octal | 304 | 122 | 213 | 0 | 72 | 35 | 27 | 512 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10001011 | 0 | 111010 | 11101 | 10111 | 101001010 | 110001 | 110111 |
Color Harmonies of #C4528B
Complementary color
Monochromatic Colors of #C4528B
Black with #C4528B
Text Example
Text Example
White with #C4528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4528B; }
p { color: rgb(196,82,139); }
H1.HeaderClassName
{
color: #C4528B;
}
.AnyTagClassName
{
color: #C4528B;
}
</style>
background-color css
<style>
a { background-color: #C4528B; }
a { background-color: rgb(196,82,139); }
div.DivClassName
{
background-color: #C4528B;
}
.BgClassName
{
background-color: #C4528B;
}
</style>
border-color css
<style>
span { border-color: #C4528B; }
span { border-color: rgb(196,82,139); }
td.TdClassName
{
border-color: #C4528B;
}
.TagClassName
{
border-color: #C4528B;
}
</style>