Shades of Mulberry #C45881
Tints of Mulberry #C45881
RGB
CMYK
RGB Variations
Color information
#C45881 (or 0xC45881) is known color: Mulberry. HEX triplet: C4, 58 and 81. RGB value is (196,88,129). Sum of RGB (Red+Green+Blue) = 196+88+129=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C45881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45881 is #3BA77E. Grayscale: #7C7C7C. Windows color (decimal): -3909503 or 8476868. OLE color: 8476868.
HSL color Cylindrical-coordinate representation of color #C45881: hue angle of 337.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45881 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 129 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.23 |
| HSL | 337.22º | 0.48% | 0.56% | - |
| HSV(B) | 337.22º | 0.55% | 0.77% | - |
| XYZ | 30.22 | 20.3 | 23.09 | - |
| YUV | 124.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 129 | 0 | 0.55 | 0.34 | 0.23 | 337.22 | 0.48 | 0.56 |
| Hex | C4 | 58 | 81 | 0 | 37 | 22 | 17 | 151 | 30 | 38 |
| Octal | 304 | 130 | 201 | 0 | 67 | 42 | 27 | 521 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10000001 | 0 | 110111 | 100010 | 10111 | 101010001 | 110000 | 111000 |
Color Harmonies of #C45881
Complementary color
Monochromatic Colors of #C45881
Black with #C45881
Text Example
Text Example
White with #C45881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45881; }
p { color: rgb(196,88,129); }
H1.HeaderClassName
{
color: #C45881;
}
.AnyTagClassName
{
color: #C45881;
}
</style>
background-color css
<style>
a { background-color: #C45881; }
a { background-color: rgb(196,88,129); }
div.DivClassName
{
background-color: #C45881;
}
.BgClassName
{
background-color: #C45881;
}
</style>
border-color css
<style>
span { border-color: #C45881; }
span { border-color: rgb(196,88,129); }
td.TdClassName
{
border-color: #C45881;
}
.TagClassName
{
border-color: #C45881;
}
</style>