Shades of Mulberry #C45192
Tints of Mulberry #C45192
RGB
CMYK
RGB Variations
Color information
#C45192 (or 0xC45192) is known color: Mulberry. HEX triplet: C4, 51 and 92. RGB value is (196,81,146). Sum of RGB (Red+Green+Blue) = 196+81+146=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C45192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45192 is #3BAE6D. Grayscale: #7A7A7A. Windows color (decimal): -3911278 or 9589188. OLE color: 9589188.
HSL color Cylindrical-coordinate representation of color #C45192: hue angle of 326.09º 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 #C45192 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 146 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.23 |
| HSL | 326.09º | 0.49% | 0.54% | - |
| HSV(B) | 326.09º | 0.59% | 0.77% | - |
| XYZ | 30.9 | 19.7 | 29.37 | - |
| YUV | 122.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 146 | 0 | 0.59 | 0.26 | 0.23 | 326.09 | 0.49 | 0.54 |
| Hex | C4 | 51 | 92 | 0 | 3B | 1A | 17 | 146 | 31 | 36 |
| Octal | 304 | 121 | 222 | 0 | 73 | 32 | 27 | 506 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10010010 | 0 | 111011 | 11010 | 10111 | 101000110 | 110001 | 110110 |
Color Harmonies of #C45192
Complementary color
Monochromatic Colors of #C45192
Black with #C45192
Text Example
Text Example
White with #C45192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45192; }
p { color: rgb(196,81,146); }
H1.HeaderClassName
{
color: #C45192;
}
.AnyTagClassName
{
color: #C45192;
}
</style>
background-color css
<style>
a { background-color: #C45192; }
a { background-color: rgb(196,81,146); }
div.DivClassName
{
background-color: #C45192;
}
.BgClassName
{
background-color: #C45192;
}
</style>
border-color css
<style>
span { border-color: #C45192; }
span { border-color: rgb(196,81,146); }
td.TdClassName
{
border-color: #C45192;
}
.TagClassName
{
border-color: #C45192;
}
</style>