Shades of Mulberry #C25799
Tints of Mulberry #C25799
RGB
CMYK
RGB Variations
Color information
#C25799 (or 0xC25799) is known color: Mulberry. HEX triplet: C2, 57 and 99. RGB value is (194,87,153). Sum of RGB (Red+Green+Blue) = 194+87+153=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C25799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25799 is #3DA866. Grayscale: #7E7E7E. Windows color (decimal): -4040807 or 10049474. OLE color: 10049474.
HSL color Cylindrical-coordinate representation of color #C25799: hue angle of 322.99º 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 #C25799 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 153 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.24 |
| HSL | 322.99º | 0.47% | 0.55% | - |
| HSV(B) | 322.99º | 0.55% | 0.76% | - |
| XYZ | 31.41 | 20.59 | 32.46 | - |
| YUV | 126.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 153 | 0 | 0.55 | 0.21 | 0.24 | 322.99 | 0.47 | 0.55 |
| Hex | C2 | 57 | 99 | 0 | 37 | 15 | 18 | 143 | 2F | 37 |
| Octal | 302 | 127 | 231 | 0 | 67 | 25 | 30 | 503 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10011001 | 0 | 110111 | 10101 | 11000 | 101000011 | 101111 | 110111 |
Color Harmonies of #C25799
Complementary color
Monochromatic Colors of #C25799
Black with #C25799
Text Example
Text Example
White with #C25799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25799; }
p { color: rgb(194,87,153); }
H1.HeaderClassName
{
color: #C25799;
}
.AnyTagClassName
{
color: #C25799;
}
</style>
background-color css
<style>
a { background-color: #C25799; }
a { background-color: rgb(194,87,153); }
div.DivClassName
{
background-color: #C25799;
}
.BgClassName
{
background-color: #C25799;
}
</style>
border-color css
<style>
span { border-color: #C25799; }
span { border-color: rgb(194,87,153); }
td.TdClassName
{
border-color: #C25799;
}
.TagClassName
{
border-color: #C25799;
}
</style>