Shades of Mulberry #C45281
Tints of Mulberry #C45281
RGB
CMYK
RGB Variations
Color information
#C45281 (or 0xC45281) is known color: Mulberry. HEX triplet: C4, 52 and 81. RGB value is (196,82,129). Sum of RGB (Red+Green+Blue) = 196+82+129=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C45281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45281 is #3BAD7E. Grayscale: #797979. Windows color (decimal): -3911039 or 8475332. OLE color: 8475332.
HSL color Cylindrical-coordinate representation of color #C45281: hue angle of 335.26º 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 #C45281 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 129 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.23 |
| HSL | 335.26º | 0.49% | 0.55% | - |
| HSV(B) | 335.26º | 0.58% | 0.77% | - |
| XYZ | 29.74 | 19.36 | 22.94 | - |
| YUV | 121.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 129 | 0 | 0.58 | 0.34 | 0.23 | 335.26 | 0.49 | 0.55 |
| Hex | C4 | 52 | 81 | 0 | 3A | 22 | 17 | 14F | 31 | 37 |
| Octal | 304 | 122 | 201 | 0 | 72 | 42 | 27 | 517 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10000001 | 0 | 111010 | 100010 | 10111 | 101001111 | 110001 | 110111 |
Color Harmonies of #C45281
Complementary color
Monochromatic Colors of #C45281
Black with #C45281
Text Example
Text Example
White with #C45281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45281; }
p { color: rgb(196,82,129); }
H1.HeaderClassName
{
color: #C45281;
}
.AnyTagClassName
{
color: #C45281;
}
</style>
background-color css
<style>
a { background-color: #C45281; }
a { background-color: rgb(196,82,129); }
div.DivClassName
{
background-color: #C45281;
}
.BgClassName
{
background-color: #C45281;
}
</style>
border-color css
<style>
span { border-color: #C45281; }
span { border-color: rgb(196,82,129); }
td.TdClassName
{
border-color: #C45281;
}
.TagClassName
{
border-color: #C45281;
}
</style>