Shades of Mulberry #C45C84
Tints of Mulberry #C45C84
RGB
CMYK
RGB Variations
Color information
#C45C84 (or 0xC45C84) is known color: Mulberry. HEX triplet: C4, 5C and 84. RGB value is (196,92,132). Sum of RGB (Red+Green+Blue) = 196+92+132=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C84 is #3BA37B. Grayscale: #7F7F7F. Windows color (decimal): -3908476 or 8674500. OLE color: 8674500.
HSL color Cylindrical-coordinate representation of color #C45C84: hue angle of 336.92º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C84 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 132 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.23 |
| HSL | 336.92º | 0.47% | 0.56% | - |
| HSV(B) | 336.92º | 0.53% | 0.77% | - |
| XYZ | 30.76 | 21.06 | 24.27 | - |
| YUV | 127.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 132 | 0 | 0.53 | 0.33 | 0.23 | 336.92 | 0.47 | 0.56 |
| Hex | C4 | 5C | 84 | 0 | 35 | 21 | 17 | 151 | 2F | 38 |
| Octal | 304 | 134 | 204 | 0 | 65 | 41 | 27 | 521 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10000100 | 0 | 110101 | 100001 | 10111 | 101010001 | 101111 | 111000 |
Color Harmonies of #C45C84
Complementary color
Monochromatic Colors of #C45C84
Black with #C45C84
Text Example
Text Example
White with #C45C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C84; }
p { color: rgb(196,92,132); }
H1.HeaderClassName
{
color: #C45C84;
}
.AnyTagClassName
{
color: #C45C84;
}
</style>
background-color css
<style>
a { background-color: #C45C84; }
a { background-color: rgb(196,92,132); }
div.DivClassName
{
background-color: #C45C84;
}
.BgClassName
{
background-color: #C45C84;
}
</style>
border-color css
<style>
span { border-color: #C45C84; }
span { border-color: rgb(196,92,132); }
td.TdClassName
{
border-color: #C45C84;
}
.TagClassName
{
border-color: #C45C84;
}
</style>