Shades of Mulberry #C25B87
Tints of Mulberry #C25B87
RGB
CMYK
RGB Variations
Color information
#C25B87 (or 0xC25B87) is known color: Mulberry. HEX triplet: C2, 5B and 87. RGB value is (194,91,135). Sum of RGB (Red+Green+Blue) = 194+91+135=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B87 is #3DA478. Grayscale: #7E7E7E. Windows color (decimal): -4039801 or 8870850. OLE color: 8870850.
HSL color Cylindrical-coordinate representation of color #C25B87: hue angle of 334.37º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B87 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 135 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.24 |
| HSL | 334.37º | 0.46% | 0.56% | - |
| HSV(B) | 334.37º | 0.53% | 0.76% | - |
| XYZ | 30.36 | 20.7 | 25.32 | - |
| YUV | 126.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 135 | 0 | 0.53 | 0.30 | 0.24 | 334.37 | 0.46 | 0.56 |
| Hex | C2 | 5B | 87 | 0 | 35 | 1E | 18 | 14E | 2E | 38 |
| Octal | 302 | 133 | 207 | 0 | 65 | 36 | 30 | 516 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10000111 | 0 | 110101 | 11110 | 11000 | 101001110 | 101110 | 111000 |
Color Harmonies of #C25B87
Complementary color
Monochromatic Colors of #C25B87
Black with #C25B87
Text Example
Text Example
White with #C25B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B87; }
p { color: rgb(194,91,135); }
H1.HeaderClassName
{
color: #C25B87;
}
.AnyTagClassName
{
color: #C25B87;
}
</style>
background-color css
<style>
a { background-color: #C25B87; }
a { background-color: rgb(194,91,135); }
div.DivClassName
{
background-color: #C25B87;
}
.BgClassName
{
background-color: #C25B87;
}
</style>
border-color css
<style>
span { border-color: #C25B87; }
span { border-color: rgb(194,91,135); }
td.TdClassName
{
border-color: #C25B87;
}
.TagClassName
{
border-color: #C25B87;
}
</style>