Shades of Mulberry #C25986
Tints of Mulberry #C25986
RGB
CMYK
RGB Variations
Color information
#C25986 (or 0xC25986) is known color: Mulberry. HEX triplet: C2, 59 and 86. RGB value is (194,89,134). Sum of RGB (Red+Green+Blue) = 194+89+134=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C25986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25986 is #3DA679. Grayscale: #7D7D7D. Windows color (decimal): -4040314 or 8804802. OLE color: 8804802.
HSL color Cylindrical-coordinate representation of color #C25986: hue angle of 334.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25986 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 134 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.24 |
| HSL | 334.29º | 0.46% | 0.55% | - |
| HSV(B) | 334.29º | 0.54% | 0.76% | - |
| XYZ | 30.12 | 20.34 | 24.89 | - |
| YUV | 125.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 134 | 0 | 0.54 | 0.31 | 0.24 | 334.29 | 0.46 | 0.55 |
| Hex | C2 | 59 | 86 | 0 | 36 | 1F | 18 | 14E | 2E | 37 |
| Octal | 302 | 131 | 206 | 0 | 66 | 37 | 30 | 516 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10000110 | 0 | 110110 | 11111 | 11000 | 101001110 | 101110 | 110111 |
Color Harmonies of #C25986
Complementary color
Monochromatic Colors of #C25986
Black with #C25986
Text Example
Text Example
White with #C25986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25986; }
p { color: rgb(194,89,134); }
H1.HeaderClassName
{
color: #C25986;
}
.AnyTagClassName
{
color: #C25986;
}
</style>
background-color css
<style>
a { background-color: #C25986; }
a { background-color: rgb(194,89,134); }
div.DivClassName
{
background-color: #C25986;
}
.BgClassName
{
background-color: #C25986;
}
</style>
border-color css
<style>
span { border-color: #C25986; }
span { border-color: rgb(194,89,134); }
td.TdClassName
{
border-color: #C25986;
}
.TagClassName
{
border-color: #C25986;
}
</style>