Shades of Mulberry #C25797
Tints of Mulberry #C25797
RGB
CMYK
RGB Variations
Color information
#C25797 (or 0xC25797) is known color: Mulberry. HEX triplet: C2, 57 and 97. RGB value is (194,87,151). Sum of RGB (Red+Green+Blue) = 194+87+151=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25797 is #3DA868. Grayscale: #7E7E7E. Windows color (decimal): -4040809 or 9918402. OLE color: 9918402.
HSL color Cylindrical-coordinate representation of color #C25797: hue angle of 324.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25797 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 151 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.24 |
| HSL | 324.11º | 0.47% | 0.55% | - |
| HSV(B) | 324.11º | 0.55% | 0.76% | - |
| XYZ | 31.24 | 20.52 | 31.59 | - |
| YUV | 126.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 151 | 0 | 0.55 | 0.22 | 0.24 | 324.11 | 0.47 | 0.55 |
| Hex | C2 | 57 | 97 | 0 | 37 | 16 | 18 | 144 | 2F | 37 |
| Octal | 302 | 127 | 227 | 0 | 67 | 26 | 30 | 504 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10010111 | 0 | 110111 | 10110 | 11000 | 101000100 | 101111 | 110111 |
Color Harmonies of #C25797
Complementary color
Monochromatic Colors of #C25797
Black with #C25797
Text Example
Text Example
White with #C25797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25797; }
p { color: rgb(194,87,151); }
H1.HeaderClassName
{
color: #C25797;
}
.AnyTagClassName
{
color: #C25797;
}
</style>
background-color css
<style>
a { background-color: #C25797; }
a { background-color: rgb(194,87,151); }
div.DivClassName
{
background-color: #C25797;
}
.BgClassName
{
background-color: #C25797;
}
</style>
border-color css
<style>
span { border-color: #C25797; }
span { border-color: rgb(194,87,151); }
td.TdClassName
{
border-color: #C25797;
}
.TagClassName
{
border-color: #C25797;
}
</style>