Shades of Mulberry #C25495
Tints of Mulberry #C25495
RGB
CMYK
RGB Variations
Color information
#C25495 (or 0xC25495) is known color: Mulberry. HEX triplet: C2, 54 and 95. RGB value is (194,84,149). Sum of RGB (Red+Green+Blue) = 194+84+149=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25495 is #3DAB6A. Grayscale: #7C7C7C. Windows color (decimal): -4041579 or 9786562. OLE color: 9786562.
HSL color Cylindrical-coordinate representation of color #C25495: hue angle of 324.55º 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 #C25495 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 149 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.24 |
| HSL | 324.55º | 0.47% | 0.55% | - |
| HSV(B) | 324.55º | 0.57% | 0.76% | - |
| XYZ | 30.84 | 19.98 | 30.66 | - |
| YUV | 124.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 149 | 0 | 0.57 | 0.23 | 0.24 | 324.55 | 0.47 | 0.55 |
| Hex | C2 | 54 | 95 | 0 | 39 | 17 | 18 | 145 | 2F | 37 |
| Octal | 302 | 124 | 225 | 0 | 71 | 27 | 30 | 505 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10010101 | 0 | 111001 | 10111 | 11000 | 101000101 | 101111 | 110111 |
Color Harmonies of #C25495
Complementary color
Monochromatic Colors of #C25495
Black with #C25495
Text Example
Text Example
White with #C25495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25495; }
p { color: rgb(194,84,149); }
H1.HeaderClassName
{
color: #C25495;
}
.AnyTagClassName
{
color: #C25495;
}
</style>
background-color css
<style>
a { background-color: #C25495; }
a { background-color: rgb(194,84,149); }
div.DivClassName
{
background-color: #C25495;
}
.BgClassName
{
background-color: #C25495;
}
</style>
border-color css
<style>
span { border-color: #C25495; }
span { border-color: rgb(194,84,149); }
td.TdClassName
{
border-color: #C25495;
}
.TagClassName
{
border-color: #C25495;
}
</style>