Shades of Mulberry #C25889
Tints of Mulberry #C25889
RGB
CMYK
RGB Variations
Color information
#C25889 (or 0xC25889) is known color: Mulberry. HEX triplet: C2, 58 and 89. RGB value is (194,88,137). Sum of RGB (Red+Green+Blue) = 194+88+137=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25889 is #3DA776. Grayscale: #7D7D7D. Windows color (decimal): -4040567 or 9001154. OLE color: 9001154.
HSL color Cylindrical-coordinate representation of color #C25889: hue angle of 332.26º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25889 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 137 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.24 |
| HSL | 332.26º | 0.46% | 0.55% | - |
| HSV(B) | 332.26º | 0.55% | 0.76% | - |
| XYZ | 30.25 | 20.25 | 25.98 | - |
| YUV | 125.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 137 | 0 | 0.55 | 0.29 | 0.24 | 332.26 | 0.46 | 0.55 |
| Hex | C2 | 58 | 89 | 0 | 37 | 1D | 18 | 14C | 2E | 37 |
| Octal | 302 | 130 | 211 | 0 | 67 | 35 | 30 | 514 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10001001 | 0 | 110111 | 11101 | 11000 | 101001100 | 101110 | 110111 |
Color Harmonies of #C25889
Complementary color
Monochromatic Colors of #C25889
Black with #C25889
Text Example
Text Example
White with #C25889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25889; }
p { color: rgb(194,88,137); }
H1.HeaderClassName
{
color: #C25889;
}
.AnyTagClassName
{
color: #C25889;
}
</style>
background-color css
<style>
a { background-color: #C25889; }
a { background-color: rgb(194,88,137); }
div.DivClassName
{
background-color: #C25889;
}
.BgClassName
{
background-color: #C25889;
}
</style>
border-color css
<style>
span { border-color: #C25889; }
span { border-color: rgb(194,88,137); }
td.TdClassName
{
border-color: #C25889;
}
.TagClassName
{
border-color: #C25889;
}
</style>