Shades of Mulberry #C25286
Tints of Mulberry #C25286
RGB
CMYK
RGB Variations
Color information
#C25286 (or 0xC25286) is known color: Mulberry. HEX triplet: C2, 52 and 86. RGB value is (194,82,134). Sum of RGB (Red+Green+Blue) = 194+82+134=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C25286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25286 is #3DAD79. Grayscale: #797979. Windows color (decimal): -4042106 or 8803010. OLE color: 8803010.
HSL color Cylindrical-coordinate representation of color #C25286: hue angle of 332.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25286 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 134 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.24 |
| HSL | 332.14º | 0.48% | 0.54% | - |
| HSV(B) | 332.14º | 0.58% | 0.76% | - |
| XYZ | 29.57 | 19.23 | 24.71 | - |
| YUV | 121.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 134 | 0 | 0.58 | 0.31 | 0.24 | 332.14 | 0.48 | 0.54 |
| Hex | C2 | 52 | 86 | 0 | 3A | 1F | 18 | 14C | 30 | 36 |
| Octal | 302 | 122 | 206 | 0 | 72 | 37 | 30 | 514 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10000110 | 0 | 111010 | 11111 | 11000 | 101001100 | 110000 | 110110 |
Color Harmonies of #C25286
Complementary color
Monochromatic Colors of #C25286
Black with #C25286
Text Example
Text Example
White with #C25286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25286; }
p { color: rgb(194,82,134); }
H1.HeaderClassName
{
color: #C25286;
}
.AnyTagClassName
{
color: #C25286;
}
</style>
background-color css
<style>
a { background-color: #C25286; }
a { background-color: rgb(194,82,134); }
div.DivClassName
{
background-color: #C25286;
}
.BgClassName
{
background-color: #C25286;
}
</style>
border-color css
<style>
span { border-color: #C25286; }
span { border-color: rgb(194,82,134); }
td.TdClassName
{
border-color: #C25286;
}
.TagClassName
{
border-color: #C25286;
}
</style>