Shades of Mulberry #C25485
Tints of Mulberry #C25485
RGB
CMYK
RGB Variations
Color information
#C25485 (or 0xC25485) is known color: Mulberry. HEX triplet: C2, 54 and 85. RGB value is (194,84,133). Sum of RGB (Red+Green+Blue) = 194+84+133=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25485 is #3DAB7A. Grayscale: #7A7A7A. Windows color (decimal): -4041595 or 8737986. OLE color: 8737986.
HSL color Cylindrical-coordinate representation of color #C25485: hue angle of 333.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25485 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 133 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.24 |
| HSL | 333.27º | 0.47% | 0.55% | - |
| HSV(B) | 333.27º | 0.57% | 0.76% | - |
| XYZ | 29.65 | 19.5 | 24.39 | - |
| YUV | 122.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 133 | 0 | 0.57 | 0.31 | 0.24 | 333.27 | 0.47 | 0.55 |
| Hex | C2 | 54 | 85 | 0 | 39 | 1F | 18 | 14D | 2F | 37 |
| Octal | 302 | 124 | 205 | 0 | 71 | 37 | 30 | 515 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10000101 | 0 | 111001 | 11111 | 11000 | 101001101 | 101111 | 110111 |
Color Harmonies of #C25485
Complementary color
Monochromatic Colors of #C25485
Black with #C25485
Text Example
Text Example
White with #C25485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25485; }
p { color: rgb(194,84,133); }
H1.HeaderClassName
{
color: #C25485;
}
.AnyTagClassName
{
color: #C25485;
}
</style>
background-color css
<style>
a { background-color: #C25485; }
a { background-color: rgb(194,84,133); }
div.DivClassName
{
background-color: #C25485;
}
.BgClassName
{
background-color: #C25485;
}
</style>
border-color css
<style>
span { border-color: #C25485; }
span { border-color: rgb(194,84,133); }
td.TdClassName
{
border-color: #C25485;
}
.TagClassName
{
border-color: #C25485;
}
</style>