Shades of Mulberry #C259A0
Tints of Mulberry #C259A0
RGB
CMYK
RGB Variations
Color information
#C259A0 (or 0xC259A0) is known color: Mulberry. HEX triplet: C2, 59 and A0. RGB value is (194,89,160). Sum of RGB (Red+Green+Blue) = 194+89+160=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A0 is #3DA65F. Grayscale: #808080. Windows color (decimal): -4040288 or 10508738. OLE color: 10508738.
HSL color Cylindrical-coordinate representation of color #C259A0: hue angle of 319.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259A0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 160 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.24 |
| HSL | 319.43º | 0.46% | 0.55% | - |
| HSV(B) | 319.43º | 0.54% | 0.76% | - |
| XYZ | 32.17 | 21.15 | 35.65 | - |
| YUV | 128.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 160 | 0 | 0.54 | 0.18 | 0.24 | 319.43 | 0.46 | 0.55 |
| Hex | C2 | 59 | A0 | 0 | 36 | 12 | 18 | 13F | 2E | 37 |
| Octal | 302 | 131 | 240 | 0 | 66 | 22 | 30 | 477 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10100000 | 0 | 110110 | 10010 | 11000 | 100111111 | 101110 | 110111 |
Color Harmonies of #C259A0
Complementary color
Monochromatic Colors of #C259A0
Black with #C259A0
Text Example
Text Example
White with #C259A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259A0; }
p { color: rgb(194,89,160); }
H1.HeaderClassName
{
color: #C259A0;
}
.AnyTagClassName
{
color: #C259A0;
}
</style>
background-color css
<style>
a { background-color: #C259A0; }
a { background-color: rgb(194,89,160); }
div.DivClassName
{
background-color: #C259A0;
}
.BgClassName
{
background-color: #C259A0;
}
</style>
border-color css
<style>
span { border-color: #C259A0; }
span { border-color: rgb(194,89,160); }
td.TdClassName
{
border-color: #C259A0;
}
.TagClassName
{
border-color: #C259A0;
}
</style>