Shades of Mulberry #C45496
Tints of Mulberry #C45496
RGB
CMYK
RGB Variations
Color information
#C45496 (or 0xC45496) is known color: Mulberry. HEX triplet: C4, 54 and 96. RGB value is (196,84,150). Sum of RGB (Red+Green+Blue) = 196+84+150=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C45496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45496 is #3BAB69. Grayscale: #7C7C7C. Windows color (decimal): -3910506 or 9852100. OLE color: 9852100.
HSL color Cylindrical-coordinate representation of color #C45496: hue angle of 324.64º 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 #C45496 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 150 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.23 |
| HSL | 324.64º | 0.49% | 0.55% | - |
| HSV(B) | 324.64º | 0.57% | 0.77% | - |
| XYZ | 31.44 | 20.28 | 31.11 | - |
| YUV | 125.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 150 | 0 | 0.57 | 0.23 | 0.23 | 324.64 | 0.49 | 0.55 |
| Hex | C4 | 54 | 96 | 0 | 39 | 17 | 17 | 145 | 31 | 37 |
| Octal | 304 | 124 | 226 | 0 | 71 | 27 | 27 | 505 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10010110 | 0 | 111001 | 10111 | 10111 | 101000101 | 110001 | 110111 |
Color Harmonies of #C45496
Complementary color
Monochromatic Colors of #C45496
Black with #C45496
Text Example
Text Example
White with #C45496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45496; }
p { color: rgb(196,84,150); }
H1.HeaderClassName
{
color: #C45496;
}
.AnyTagClassName
{
color: #C45496;
}
</style>
background-color css
<style>
a { background-color: #C45496; }
a { background-color: rgb(196,84,150); }
div.DivClassName
{
background-color: #C45496;
}
.BgClassName
{
background-color: #C45496;
}
</style>
border-color css
<style>
span { border-color: #C45496; }
span { border-color: rgb(196,84,150); }
td.TdClassName
{
border-color: #C45496;
}
.TagClassName
{
border-color: #C45496;
}
</style>