Shades of Mulberry #C25686
Tints of Mulberry #C25686
RGB
CMYK
RGB Variations
Color information
#C25686 (or 0xC25686) is known color: Mulberry. HEX triplet: C2, 56 and 86. RGB value is (194,86,134). Sum of RGB (Red+Green+Blue) = 194+86+134=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25686 is #3DA979. Grayscale: #7B7B7B. Windows color (decimal): -4041082 or 8804034. OLE color: 8804034.
HSL color Cylindrical-coordinate representation of color #C25686: hue angle of 333.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25686 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 134 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.24 |
| HSL | 333.33º | 0.47% | 0.55% | - |
| HSV(B) | 333.33º | 0.56% | 0.76% | - |
| XYZ | 29.88 | 19.85 | 24.81 | - |
| YUV | 123.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 134 | 0 | 0.56 | 0.31 | 0.24 | 333.33 | 0.47 | 0.55 |
| Hex | C2 | 56 | 86 | 0 | 38 | 1F | 18 | 14D | 2F | 37 |
| Octal | 302 | 126 | 206 | 0 | 70 | 37 | 30 | 515 | 57 | 67 |
| Binary | 11000010 | 1010110 | 10000110 | 0 | 111000 | 11111 | 11000 | 101001101 | 101111 | 110111 |
Color Harmonies of #C25686
Complementary color
Monochromatic Colors of #C25686
Black with #C25686
Text Example
Text Example
White with #C25686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25686; }
p { color: rgb(194,86,134); }
H1.HeaderClassName
{
color: #C25686;
}
.AnyTagClassName
{
color: #C25686;
}
</style>
background-color css
<style>
a { background-color: #C25686; }
a { background-color: rgb(194,86,134); }
div.DivClassName
{
background-color: #C25686;
}
.BgClassName
{
background-color: #C25686;
}
</style>
border-color css
<style>
span { border-color: #C25686; }
span { border-color: rgb(194,86,134); }
td.TdClassName
{
border-color: #C25686;
}
.TagClassName
{
border-color: #C25686;
}
</style>