Shades of Mulberry #C45195
Tints of Mulberry #C45195
RGB
CMYK
RGB Variations
Color information
#C45195 (or 0xC45195) is known color: Mulberry. HEX triplet: C4, 51 and 95. RGB value is (196,81,149). Sum of RGB (Red+Green+Blue) = 196+81+149=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45195 is #3BAE6A. Grayscale: #7A7A7A. Windows color (decimal): -3911275 or 9785796. OLE color: 9785796.
HSL color Cylindrical-coordinate representation of color #C45195: hue angle of 324.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45195 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 149 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.23 |
| HSL | 324.52º | 0.49% | 0.54% | - |
| HSV(B) | 324.52º | 0.59% | 0.77% | - |
| XYZ | 31.13 | 19.79 | 30.61 | - |
| YUV | 123.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 149 | 0 | 0.59 | 0.24 | 0.23 | 324.52 | 0.49 | 0.54 |
| Hex | C4 | 51 | 95 | 0 | 3B | 18 | 17 | 145 | 31 | 36 |
| Octal | 304 | 121 | 225 | 0 | 73 | 30 | 27 | 505 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10010101 | 0 | 111011 | 11000 | 10111 | 101000101 | 110001 | 110110 |
Color Harmonies of #C45195
Complementary color
Monochromatic Colors of #C45195
Black with #C45195
Text Example
Text Example
White with #C45195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45195; }
p { color: rgb(196,81,149); }
H1.HeaderClassName
{
color: #C45195;
}
.AnyTagClassName
{
color: #C45195;
}
</style>
background-color css
<style>
a { background-color: #C45195; }
a { background-color: rgb(196,81,149); }
div.DivClassName
{
background-color: #C45195;
}
.BgClassName
{
background-color: #C45195;
}
</style>
border-color css
<style>
span { border-color: #C45195; }
span { border-color: rgb(196,81,149); }
td.TdClassName
{
border-color: #C45195;
}
.TagClassName
{
border-color: #C45195;
}
</style>