Shades of Mulberry #C45D84
Tints of Mulberry #C45D84
RGB
CMYK
RGB Variations
Color information
#C45D84 (or 0xC45D84) is known color: Mulberry. HEX triplet: C4, 5D and 84. RGB value is (196,93,132). Sum of RGB (Red+Green+Blue) = 196+93+132=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D84 is #3BA27B. Grayscale: #808080. Windows color (decimal): -3908220 or 8674756. OLE color: 8674756.
HSL color Cylindrical-coordinate representation of color #C45D84: hue angle of 337.28º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D84 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 132 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.23 |
| HSL | 337.28º | 0.47% | 0.57% | - |
| HSV(B) | 337.28º | 0.53% | 0.77% | - |
| XYZ | 30.84 | 21.23 | 24.3 | - |
| YUV | 128.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 132 | 0 | 0.53 | 0.33 | 0.23 | 337.28 | 0.47 | 0.57 |
| Hex | C4 | 5D | 84 | 0 | 35 | 21 | 17 | 151 | 2F | 39 |
| Octal | 304 | 135 | 204 | 0 | 65 | 41 | 27 | 521 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10000100 | 0 | 110101 | 100001 | 10111 | 101010001 | 101111 | 111001 |
Color Harmonies of #C45D84
Complementary color
Monochromatic Colors of #C45D84
Black with #C45D84
Text Example
Text Example
White with #C45D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D84; }
p { color: rgb(196,93,132); }
H1.HeaderClassName
{
color: #C45D84;
}
.AnyTagClassName
{
color: #C45D84;
}
</style>
background-color css
<style>
a { background-color: #C45D84; }
a { background-color: rgb(196,93,132); }
div.DivClassName
{
background-color: #C45D84;
}
.BgClassName
{
background-color: #C45D84;
}
</style>
border-color css
<style>
span { border-color: #C45D84; }
span { border-color: rgb(196,93,132); }
td.TdClassName
{
border-color: #C45D84;
}
.TagClassName
{
border-color: #C45D84;
}
</style>