Shades of Mulberry #C45A96
Tints of Mulberry #C45A96
RGB
CMYK
RGB Variations
Color information
#C45A96 (or 0xC45A96) is known color: Mulberry. HEX triplet: C4, 5A and 96. RGB value is (196,90,150). Sum of RGB (Red+Green+Blue) = 196+90+150=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45A96 is #3BA569. Grayscale: #808080. Windows color (decimal): -3908970 or 9853636. OLE color: 9853636.
HSL color Cylindrical-coordinate representation of color #C45A96: hue angle of 326.04º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A96 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 150 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.23 |
| HSL | 326.04º | 0.47% | 0.56% | - |
| HSV(B) | 326.04º | 0.54% | 0.77% | - |
| XYZ | 31.93 | 21.25 | 31.27 | - |
| YUV | 128.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 150 | 0 | 0.54 | 0.23 | 0.23 | 326.04 | 0.47 | 0.56 |
| Hex | C4 | 5A | 96 | 0 | 36 | 17 | 17 | 146 | 2F | 38 |
| Octal | 304 | 132 | 226 | 0 | 66 | 27 | 27 | 506 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10010110 | 0 | 110110 | 10111 | 10111 | 101000110 | 101111 | 111000 |
Color Harmonies of #C45A96
Complementary color
Monochromatic Colors of #C45A96
Black with #C45A96
Text Example
Text Example
White with #C45A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A96; }
p { color: rgb(196,90,150); }
H1.HeaderClassName
{
color: #C45A96;
}
.AnyTagClassName
{
color: #C45A96;
}
</style>
background-color css
<style>
a { background-color: #C45A96; }
a { background-color: rgb(196,90,150); }
div.DivClassName
{
background-color: #C45A96;
}
.BgClassName
{
background-color: #C45A96;
}
</style>
border-color css
<style>
span { border-color: #C45A96; }
span { border-color: rgb(196,90,150); }
td.TdClassName
{
border-color: #C45A96;
}
.TagClassName
{
border-color: #C45A96;
}
</style>