Shades of Mulberry #C45581
Tints of Mulberry #C45581
RGB
CMYK
RGB Variations
Color information
#C45581 (or 0xC45581) is known color: Mulberry. HEX triplet: C4, 55 and 81. RGB value is (196,85,129). Sum of RGB (Red+Green+Blue) = 196+85+129=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C45581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45581 is #3BAA7E. Grayscale: #7B7B7B. Windows color (decimal): -3910271 or 8476100. OLE color: 8476100.
HSL color Cylindrical-coordinate representation of color #C45581: hue angle of 336.22º degrees, saturation: 0.48, 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 #C45581 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 129 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.23 |
| HSL | 336.22º | 0.48% | 0.55% | - |
| HSV(B) | 336.22º | 0.57% | 0.77% | - |
| XYZ | 29.98 | 19.82 | 23.01 | - |
| YUV | 123.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 129 | 0 | 0.57 | 0.34 | 0.23 | 336.22 | 0.48 | 0.55 |
| Hex | C4 | 55 | 81 | 0 | 39 | 22 | 17 | 150 | 30 | 37 |
| Octal | 304 | 125 | 201 | 0 | 71 | 42 | 27 | 520 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10000001 | 0 | 111001 | 100010 | 10111 | 101010000 | 110000 | 110111 |
Color Harmonies of #C45581
Complementary color
Monochromatic Colors of #C45581
Black with #C45581
Text Example
Text Example
White with #C45581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45581; }
p { color: rgb(196,85,129); }
H1.HeaderClassName
{
color: #C45581;
}
.AnyTagClassName
{
color: #C45581;
}
</style>
background-color css
<style>
a { background-color: #C45581; }
a { background-color: rgb(196,85,129); }
div.DivClassName
{
background-color: #C45581;
}
.BgClassName
{
background-color: #C45581;
}
</style>
border-color css
<style>
span { border-color: #C45581; }
span { border-color: rgb(196,85,129); }
td.TdClassName
{
border-color: #C45581;
}
.TagClassName
{
border-color: #C45581;
}
</style>