Shades of Mulberry #C25887
Tints of Mulberry #C25887
RGB
CMYK
RGB Variations
Color information
#C25887 (or 0xC25887) is known color: Mulberry. HEX triplet: C2, 58 and 87. RGB value is (194,88,135). Sum of RGB (Red+Green+Blue) = 194+88+135=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C25887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25887 is #3DA778. Grayscale: #7C7C7C. Windows color (decimal): -4040569 or 8870082. OLE color: 8870082.
HSL color Cylindrical-coordinate representation of color #C25887: hue angle of 333.4º 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 #C25887 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 135 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.24 |
| HSL | 333.4º | 0.46% | 0.55% | - |
| HSV(B) | 333.4º | 0.55% | 0.76% | - |
| XYZ | 30.11 | 20.2 | 25.23 | - |
| YUV | 125.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 135 | 0 | 0.55 | 0.30 | 0.24 | 333.4 | 0.46 | 0.55 |
| Hex | C2 | 58 | 87 | 0 | 37 | 1E | 18 | 14D | 2E | 37 |
| Octal | 302 | 130 | 207 | 0 | 67 | 36 | 30 | 515 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10000111 | 0 | 110111 | 11110 | 11000 | 101001101 | 101110 | 110111 |
Color Harmonies of #C25887
Complementary color
Monochromatic Colors of #C25887
Black with #C25887
Text Example
Text Example
White with #C25887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25887; }
p { color: rgb(194,88,135); }
H1.HeaderClassName
{
color: #C25887;
}
.AnyTagClassName
{
color: #C25887;
}
</style>
background-color css
<style>
a { background-color: #C25887; }
a { background-color: rgb(194,88,135); }
div.DivClassName
{
background-color: #C25887;
}
.BgClassName
{
background-color: #C25887;
}
</style>
border-color css
<style>
span { border-color: #C25887; }
span { border-color: rgb(194,88,135); }
td.TdClassName
{
border-color: #C25887;
}
.TagClassName
{
border-color: #C25887;
}
</style>