Shades of Mulberry #C4529A
Tints of Mulberry #C4529A
RGB
CMYK
RGB Variations
Color information
#C4529A (or 0xC4529A) is known color: Mulberry. HEX triplet: C4, 52 and 9A. RGB value is (196,82,154). Sum of RGB (Red+Green+Blue) = 196+82+154=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529A is #3BAD65. Grayscale: #7C7C7C. Windows color (decimal): -3911014 or 10113732. OLE color: 10113732.
HSL color Cylindrical-coordinate representation of color #C4529A: hue angle of 322.11º 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 #C4529A is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 154 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.23 |
| HSL | 322.11º | 0.49% | 0.55% | - |
| HSV(B) | 322.11º | 0.58% | 0.77% | - |
| XYZ | 31.61 | 20.1 | 32.79 | - |
| YUV | 124.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 154 | 0 | 0.58 | 0.21 | 0.23 | 322.11 | 0.49 | 0.55 |
| Hex | C4 | 52 | 9A | 0 | 3A | 15 | 17 | 142 | 31 | 37 |
| Octal | 304 | 122 | 232 | 0 | 72 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10011010 | 0 | 111010 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C4529A
Complementary color
Monochromatic Colors of #C4529A
Black with #C4529A
Text Example
Text Example
White with #C4529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4529A; }
p { color: rgb(196,82,154); }
H1.HeaderClassName
{
color: #C4529A;
}
.AnyTagClassName
{
color: #C4529A;
}
</style>
background-color css
<style>
a { background-color: #C4529A; }
a { background-color: rgb(196,82,154); }
div.DivClassName
{
background-color: #C4529A;
}
.BgClassName
{
background-color: #C4529A;
}
</style>
border-color css
<style>
span { border-color: #C4529A; }
span { border-color: rgb(196,82,154); }
td.TdClassName
{
border-color: #C4529A;
}
.TagClassName
{
border-color: #C4529A;
}
</style>