Shades of Mulberry #C5458A
Tints of Mulberry #C5458A
RGB
CMYK
RGB Variations
Color information
#C5458A (or 0xC5458A) is known color: Mulberry. HEX triplet: C5, 45 and 8A. RGB value is (197,69,138). Sum of RGB (Red+Green+Blue) = 197+69+138=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5458A is #3ABA75. Grayscale: #727272. Windows color (decimal): -3848822 or 9061829. OLE color: 9061829.
HSL color Cylindrical-coordinate representation of color #C5458A: hue angle of 327.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5458A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 138 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.23 |
| HSL | 327.66º | 0.52% | 0.52% | - |
| HSV(B) | 327.66º | 0.65% | 0.77% | - |
| XYZ | 29.74 | 17.96 | 25.94 | - |
| YUV | 115.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 138 | 0 | 0.65 | 0.30 | 0.23 | 327.66 | 0.52 | 0.52 |
| Hex | C5 | 45 | 8A | 0 | 41 | 1E | 17 | 148 | 34 | 34 |
| Octal | 305 | 105 | 212 | 0 | 101 | 36 | 27 | 510 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10001010 | 0 | 1000001 | 11110 | 10111 | 101001000 | 110100 | 110100 |
Color Harmonies of #C5458A
Complementary color
Monochromatic Colors of #C5458A
Black with #C5458A
Text Example
Text Example
White with #C5458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5458A; }
p { color: rgb(197,69,138); }
H1.HeaderClassName
{
color: #C5458A;
}
.AnyTagClassName
{
color: #C5458A;
}
</style>
background-color css
<style>
a { background-color: #C5458A; }
a { background-color: rgb(197,69,138); }
div.DivClassName
{
background-color: #C5458A;
}
.BgClassName
{
background-color: #C5458A;
}
</style>
border-color css
<style>
span { border-color: #C5458A; }
span { border-color: rgb(197,69,138); }
td.TdClassName
{
border-color: #C5458A;
}
.TagClassName
{
border-color: #C5458A;
}
</style>