Shades of Mulberry #C45880
Tints of Mulberry #C45880
RGB
CMYK
RGB Variations
Color information
#C45880 (or 0xC45880) is known color: Mulberry. HEX triplet: C4, 58 and 80. RGB value is (196,88,128). Sum of RGB (Red+Green+Blue) = 196+88+128=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45880 is #3BA77F. Grayscale: #7C7C7C. Windows color (decimal): -3909504 or 8411332. OLE color: 8411332.
HSL color Cylindrical-coordinate representation of color #C45880: hue angle of 337.78º 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 #C45880 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 128 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 337.78º | 0.48% | 0.56% | - |
| HSV(B) | 337.78º | 0.55% | 0.77% | - |
| XYZ | 30.15 | 20.27 | 22.75 | - |
| YUV | 124.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 128 | 0 | 0.55 | 0.35 | 0.23 | 337.78 | 0.48 | 0.56 |
| Hex | C4 | 58 | 80 | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 304 | 130 | 200 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10000000 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C45880
Complementary color
Monochromatic Colors of #C45880
Black with #C45880
Text Example
Text Example
White with #C45880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45880; }
p { color: rgb(196,88,128); }
H1.HeaderClassName
{
color: #C45880;
}
.AnyTagClassName
{
color: #C45880;
}
</style>
background-color css
<style>
a { background-color: #C45880; }
a { background-color: rgb(196,88,128); }
div.DivClassName
{
background-color: #C45880;
}
.BgClassName
{
background-color: #C45880;
}
</style>
border-color css
<style>
span { border-color: #C45880; }
span { border-color: rgb(196,88,128); }
td.TdClassName
{
border-color: #C45880;
}
.TagClassName
{
border-color: #C45880;
}
</style>