Shades of Mulberry #C45381
Tints of Mulberry #C45381
RGB
CMYK
RGB Variations
Color information
#C45381 (or 0xC45381) is known color: Mulberry. HEX triplet: C4, 53 and 81. RGB value is (196,83,129). Sum of RGB (Red+Green+Blue) = 196+83+129=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C45381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45381 is #3BAC7E. Grayscale: #797979. Windows color (decimal): -3910783 or 8475588. OLE color: 8475588.
HSL color Cylindrical-coordinate representation of color #C45381: hue angle of 335.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45381 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 129 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.23 |
| HSL | 335.58º | 0.49% | 0.55% | - |
| HSV(B) | 335.58º | 0.58% | 0.77% | - |
| XYZ | 29.82 | 19.51 | 22.96 | - |
| YUV | 122.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 129 | 0 | 0.58 | 0.34 | 0.23 | 335.58 | 0.49 | 0.55 |
| Hex | C4 | 53 | 81 | 0 | 3A | 22 | 17 | 150 | 31 | 37 |
| Octal | 304 | 123 | 201 | 0 | 72 | 42 | 27 | 520 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10000001 | 0 | 111010 | 100010 | 10111 | 101010000 | 110001 | 110111 |
Color Harmonies of #C45381
Complementary color
Monochromatic Colors of #C45381
Black with #C45381
Text Example
Text Example
White with #C45381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45381; }
p { color: rgb(196,83,129); }
H1.HeaderClassName
{
color: #C45381;
}
.AnyTagClassName
{
color: #C45381;
}
</style>
background-color css
<style>
a { background-color: #C45381; }
a { background-color: rgb(196,83,129); }
div.DivClassName
{
background-color: #C45381;
}
.BgClassName
{
background-color: #C45381;
}
</style>
border-color css
<style>
span { border-color: #C45381; }
span { border-color: rgb(196,83,129); }
td.TdClassName
{
border-color: #C45381;
}
.TagClassName
{
border-color: #C45381;
}
</style>