Shades of Mulberry #C44685
Tints of Mulberry #C44685
RGB
CMYK
RGB Variations
Color information
#C44685 (or 0xC44685) is known color: Mulberry. HEX triplet: C4, 46 and 85. RGB value is (196,70,133). Sum of RGB (Red+Green+Blue) = 196+70+133=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44685 is #3BB97A. Grayscale: #727272. Windows color (decimal): -3914107 or 8734404. OLE color: 8734404.
HSL color Cylindrical-coordinate representation of color #C44685: hue angle of 330º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44685 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 133 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.23 |
| HSL | 330º | 0.52% | 0.52% | - |
| HSV(B) | 330º | 0.64% | 0.77% | - |
| XYZ | 29.19 | 17.81 | 24.09 | - |
| YUV | 114.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 133 | 0 | 0.64 | 0.32 | 0.23 | 330 | 0.52 | 0.52 |
| Hex | C4 | 46 | 85 | 0 | 40 | 20 | 17 | 14A | 34 | 34 |
| Octal | 304 | 106 | 205 | 0 | 100 | 40 | 27 | 512 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10000101 | 0 | 1000000 | 100000 | 10111 | 101001010 | 110100 | 110100 |
Color Harmonies of #C44685
Complementary color
Monochromatic Colors of #C44685
Black with #C44685
Text Example
Text Example
White with #C44685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44685; }
p { color: rgb(196,70,133); }
H1.HeaderClassName
{
color: #C44685;
}
.AnyTagClassName
{
color: #C44685;
}
</style>
background-color css
<style>
a { background-color: #C44685; }
a { background-color: rgb(196,70,133); }
div.DivClassName
{
background-color: #C44685;
}
.BgClassName
{
background-color: #C44685;
}
</style>
border-color css
<style>
span { border-color: #C44685; }
span { border-color: rgb(196,70,133); }
td.TdClassName
{
border-color: #C44685;
}
.TagClassName
{
border-color: #C44685;
}
</style>