Shades of Mulberry #C45D8E
Tints of Mulberry #C45D8E
RGB
CMYK
RGB Variations
Color information
#C45D8E (or 0xC45D8E) is known color: Mulberry. HEX triplet: C4, 5D and 8E. RGB value is (196,93,142). Sum of RGB (Red+Green+Blue) = 196+93+142=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D8E is #3BA271. Grayscale: #818181. Windows color (decimal): -3908210 or 9330116. OLE color: 9330116.
HSL color Cylindrical-coordinate representation of color #C45D8E: hue angle of 331.46º 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 #C45D8E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 142 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.23 |
| HSL | 331.46º | 0.47% | 0.57% | - |
| HSV(B) | 331.46º | 0.53% | 0.77% | - |
| XYZ | 31.56 | 21.52 | 28.08 | - |
| YUV | 129.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 142 | 0 | 0.53 | 0.28 | 0.23 | 331.46 | 0.47 | 0.57 |
| Hex | C4 | 5D | 8E | 0 | 35 | 1C | 17 | 14B | 2F | 39 |
| Octal | 304 | 135 | 216 | 0 | 65 | 34 | 27 | 513 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10001110 | 0 | 110101 | 11100 | 10111 | 101001011 | 101111 | 111001 |
Color Harmonies of #C45D8E
Complementary color
Monochromatic Colors of #C45D8E
Black with #C45D8E
Text Example
Text Example
White with #C45D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D8E; }
p { color: rgb(196,93,142); }
H1.HeaderClassName
{
color: #C45D8E;
}
.AnyTagClassName
{
color: #C45D8E;
}
</style>
background-color css
<style>
a { background-color: #C45D8E; }
a { background-color: rgb(196,93,142); }
div.DivClassName
{
background-color: #C45D8E;
}
.BgClassName
{
background-color: #C45D8E;
}
</style>
border-color css
<style>
span { border-color: #C45D8E; }
span { border-color: rgb(196,93,142); }
td.TdClassName
{
border-color: #C45D8E;
}
.TagClassName
{
border-color: #C45D8E;
}
</style>