Shades of Mulberry #C45385
Tints of Mulberry #C45385
RGB
CMYK
RGB Variations
Color information
#C45385 (or 0xC45385) is known color: Mulberry. HEX triplet: C4, 53 and 85. RGB value is (196,83,133). Sum of RGB (Red+Green+Blue) = 196+83+133=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45385 is #3BAC7A. Grayscale: #7A7A7A. Windows color (decimal): -3910779 or 8737732. OLE color: 8737732.
HSL color Cylindrical-coordinate representation of color #C45385: hue angle of 333.45º 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 #C45385 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 133 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.23 |
| HSL | 333.45º | 0.49% | 0.55% | - |
| HSV(B) | 333.45º | 0.58% | 0.77% | - |
| XYZ | 30.09 | 19.62 | 24.39 | - |
| YUV | 122.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 133 | 0 | 0.58 | 0.32 | 0.23 | 333.45 | 0.49 | 0.55 |
| Hex | C4 | 53 | 85 | 0 | 3A | 20 | 17 | 14D | 31 | 37 |
| Octal | 304 | 123 | 205 | 0 | 72 | 40 | 27 | 515 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10000101 | 0 | 111010 | 100000 | 10111 | 101001101 | 110001 | 110111 |
Color Harmonies of #C45385
Complementary color
Monochromatic Colors of #C45385
Black with #C45385
Text Example
Text Example
White with #C45385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45385; }
p { color: rgb(196,83,133); }
H1.HeaderClassName
{
color: #C45385;
}
.AnyTagClassName
{
color: #C45385;
}
</style>
background-color css
<style>
a { background-color: #C45385; }
a { background-color: rgb(196,83,133); }
div.DivClassName
{
background-color: #C45385;
}
.BgClassName
{
background-color: #C45385;
}
</style>
border-color css
<style>
span { border-color: #C45385; }
span { border-color: rgb(196,83,133); }
td.TdClassName
{
border-color: #C45385;
}
.TagClassName
{
border-color: #C45385;
}
</style>