Shades of Mulberry #C45487
Tints of Mulberry #C45487
RGB
CMYK
RGB Variations
Color information
#C45487 (or 0xC45487) is known color: Mulberry. HEX triplet: C4, 54 and 87. RGB value is (196,84,135). Sum of RGB (Red+Green+Blue) = 196+84+135=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C45487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45487 is #3BAB78. Grayscale: #7B7B7B. Windows color (decimal): -3910521 or 8869060. OLE color: 8869060.
HSL color Cylindrical-coordinate representation of color #C45487: hue angle of 332.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45487 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 135 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.23 |
| HSL | 332.68º | 0.49% | 0.55% | - |
| HSV(B) | 332.68º | 0.57% | 0.77% | - |
| XYZ | 30.31 | 19.83 | 25.15 | - |
| YUV | 123.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 135 | 0 | 0.57 | 0.31 | 0.23 | 332.68 | 0.49 | 0.55 |
| Hex | C4 | 54 | 87 | 0 | 39 | 1F | 17 | 14D | 31 | 37 |
| Octal | 304 | 124 | 207 | 0 | 71 | 37 | 27 | 515 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10000111 | 0 | 111001 | 11111 | 10111 | 101001101 | 110001 | 110111 |
Color Harmonies of #C45487
Complementary color
Monochromatic Colors of #C45487
Black with #C45487
Text Example
Text Example
White with #C45487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45487; }
p { color: rgb(196,84,135); }
H1.HeaderClassName
{
color: #C45487;
}
.AnyTagClassName
{
color: #C45487;
}
</style>
background-color css
<style>
a { background-color: #C45487; }
a { background-color: rgb(196,84,135); }
div.DivClassName
{
background-color: #C45487;
}
.BgClassName
{
background-color: #C45487;
}
</style>
border-color css
<style>
span { border-color: #C45487; }
span { border-color: rgb(196,84,135); }
td.TdClassName
{
border-color: #C45487;
}
.TagClassName
{
border-color: #C45487;
}
</style>