Shades of Mulberry #C25988
Tints of Mulberry #C25988
RGB
CMYK
RGB Variations
Color information
#C25988 (or 0xC25988) is known color: Mulberry. HEX triplet: C2, 59 and 88. RGB value is (194,89,136). Sum of RGB (Red+Green+Blue) = 194+89+136=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25988 is #3DA677. Grayscale: #7D7D7D. Windows color (decimal): -4040312 or 8935874. OLE color: 8935874.
HSL color Cylindrical-coordinate representation of color #C25988: hue angle of 333.14º 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 #C25988 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 136 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.24 |
| HSL | 333.14º | 0.46% | 0.55% | - |
| HSV(B) | 333.14º | 0.54% | 0.76% | - |
| XYZ | 30.26 | 20.39 | 25.63 | - |
| YUV | 125.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 136 | 0 | 0.54 | 0.30 | 0.24 | 333.14 | 0.46 | 0.55 |
| Hex | C2 | 59 | 88 | 0 | 36 | 1E | 18 | 14D | 2E | 37 |
| Octal | 302 | 131 | 210 | 0 | 66 | 36 | 30 | 515 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10001000 | 0 | 110110 | 11110 | 11000 | 101001101 | 101110 | 110111 |
Color Harmonies of #C25988
Complementary color
Monochromatic Colors of #C25988
Black with #C25988
Text Example
Text Example
White with #C25988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25988; }
p { color: rgb(194,89,136); }
H1.HeaderClassName
{
color: #C25988;
}
.AnyTagClassName
{
color: #C25988;
}
</style>
background-color css
<style>
a { background-color: #C25988; }
a { background-color: rgb(194,89,136); }
div.DivClassName
{
background-color: #C25988;
}
.BgClassName
{
background-color: #C25988;
}
</style>
border-color css
<style>
span { border-color: #C25988; }
span { border-color: rgb(194,89,136); }
td.TdClassName
{
border-color: #C25988;
}
.TagClassName
{
border-color: #C25988;
}
</style>