Shades of Mulberry #C45481
Tints of Mulberry #C45481
RGB
CMYK
RGB Variations
Color information
#C45481 (or 0xC45481) is known color: Mulberry. HEX triplet: C4, 54 and 81. RGB value is (196,84,129). Sum of RGB (Red+Green+Blue) = 196+84+129=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C45481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45481 is #3BAB7E. Grayscale: #7A7A7A. Windows color (decimal): -3910527 or 8475844. OLE color: 8475844.
HSL color Cylindrical-coordinate representation of color #C45481: hue angle of 335.89º 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 #C45481 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 129 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.23 |
| HSL | 335.89º | 0.49% | 0.55% | - |
| HSV(B) | 335.89º | 0.57% | 0.77% | - |
| XYZ | 29.9 | 19.66 | 22.99 | - |
| YUV | 122.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 129 | 0 | 0.57 | 0.34 | 0.23 | 335.89 | 0.49 | 0.55 |
| Hex | C4 | 54 | 81 | 0 | 39 | 22 | 17 | 150 | 31 | 37 |
| Octal | 304 | 124 | 201 | 0 | 71 | 42 | 27 | 520 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10000001 | 0 | 111001 | 100010 | 10111 | 101010000 | 110001 | 110111 |
Color Harmonies of #C45481
Complementary color
Monochromatic Colors of #C45481
Black with #C45481
Text Example
Text Example
White with #C45481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45481; }
p { color: rgb(196,84,129); }
H1.HeaderClassName
{
color: #C45481;
}
.AnyTagClassName
{
color: #C45481;
}
</style>
background-color css
<style>
a { background-color: #C45481; }
a { background-color: rgb(196,84,129); }
div.DivClassName
{
background-color: #C45481;
}
.BgClassName
{
background-color: #C45481;
}
</style>
border-color css
<style>
span { border-color: #C45481; }
span { border-color: rgb(196,84,129); }
td.TdClassName
{
border-color: #C45481;
}
.TagClassName
{
border-color: #C45481;
}
</style>