Shades of Mulberry #C25794
Tints of Mulberry #C25794
RGB
CMYK
RGB Variations
Color information
#C25794 (or 0xC25794) is known color: Mulberry. HEX triplet: C2, 57 and 94. RGB value is (194,87,148). Sum of RGB (Red+Green+Blue) = 194+87+148=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25794 is #3DA86B. Grayscale: #7D7D7D. Windows color (decimal): -4040812 or 9721794. OLE color: 9721794.
HSL color Cylindrical-coordinate representation of color #C25794: hue angle of 325.79º 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 #C25794 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 148 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.24 |
| HSL | 325.79º | 0.47% | 0.55% | - |
| HSV(B) | 325.79º | 0.55% | 0.76% | - |
| XYZ | 31 | 20.42 | 30.33 | - |
| YUV | 125.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 148 | 0 | 0.55 | 0.24 | 0.24 | 325.79 | 0.47 | 0.55 |
| Hex | C2 | 57 | 94 | 0 | 37 | 18 | 18 | 146 | 2F | 37 |
| Octal | 302 | 127 | 224 | 0 | 67 | 30 | 30 | 506 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10010100 | 0 | 110111 | 11000 | 11000 | 101000110 | 101111 | 110111 |
Color Harmonies of #C25794
Complementary color
Monochromatic Colors of #C25794
Black with #C25794
Text Example
Text Example
White with #C25794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25794; }
p { color: rgb(194,87,148); }
H1.HeaderClassName
{
color: #C25794;
}
.AnyTagClassName
{
color: #C25794;
}
</style>
background-color css
<style>
a { background-color: #C25794; }
a { background-color: rgb(194,87,148); }
div.DivClassName
{
background-color: #C25794;
}
.BgClassName
{
background-color: #C25794;
}
</style>
border-color css
<style>
span { border-color: #C25794; }
span { border-color: rgb(194,87,148); }
td.TdClassName
{
border-color: #C25794;
}
.TagClassName
{
border-color: #C25794;
}
</style>