Shades of Mulberry #C4497E
Tints of Mulberry #C4497E
RGB
CMYK
RGB Variations
Color information
#C4497E (or 0xC4497E) is known color: Mulberry. HEX triplet: C4, 49 and 7E. RGB value is (196,73,126). Sum of RGB (Red+Green+Blue) = 196+73+126=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497E is #3BB681. Grayscale: #737373. Windows color (decimal): -3913346 or 8276420. OLE color: 8276420.
HSL color Cylindrical-coordinate representation of color #C4497E: hue angle of 334.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4497E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 126 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.23 |
| HSL | 334.15º | 0.51% | 0.53% | - |
| HSV(B) | 334.15º | 0.63% | 0.77% | - |
| XYZ | 28.91 | 18.01 | 21.69 | - |
| YUV | 115.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 126 | 0 | 0.63 | 0.36 | 0.23 | 334.15 | 0.51 | 0.53 |
| Hex | C4 | 49 | 7E | 0 | 3F | 24 | 17 | 14E | 33 | 35 |
| Octal | 304 | 111 | 176 | 0 | 77 | 44 | 27 | 516 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1111110 | 0 | 111111 | 100100 | 10111 | 101001110 | 110011 | 110101 |
Color Harmonies of #C4497E
Complementary color
Monochromatic Colors of #C4497E
Black with #C4497E
Text Example
Text Example
White with #C4497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4497E; }
p { color: rgb(196,73,126); }
H1.HeaderClassName
{
color: #C4497E;
}
.AnyTagClassName
{
color: #C4497E;
}
</style>
background-color css
<style>
a { background-color: #C4497E; }
a { background-color: rgb(196,73,126); }
div.DivClassName
{
background-color: #C4497E;
}
.BgClassName
{
background-color: #C4497E;
}
</style>
border-color css
<style>
span { border-color: #C4497E; }
span { border-color: rgb(196,73,126); }
td.TdClassName
{
border-color: #C4497E;
}
.TagClassName
{
border-color: #C4497E;
}
</style>