Shades of Mulberry #C259A2
Tints of Mulberry #C259A2
RGB
CMYK
RGB Variations
Color information
#C259A2 (or 0xC259A2) is known color: Mulberry. HEX triplet: C2, 59 and A2. RGB value is (194,89,162). Sum of RGB (Red+Green+Blue) = 194+89+162=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A2 is #3DA65D. Grayscale: #808080. Windows color (decimal): -4040286 or 10639810. OLE color: 10639810.
HSL color Cylindrical-coordinate representation of color #C259A2: hue angle of 318.29º 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 #C259A2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 162 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.24 |
| HSL | 318.29º | 0.46% | 0.55% | - |
| HSV(B) | 318.29º | 0.54% | 0.76% | - |
| XYZ | 32.34 | 21.22 | 36.57 | - |
| YUV | 128.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 162 | 0 | 0.54 | 0.16 | 0.24 | 318.29 | 0.46 | 0.55 |
| Hex | C2 | 59 | A2 | 0 | 36 | 10 | 18 | 13E | 2E | 37 |
| Octal | 302 | 131 | 242 | 0 | 66 | 20 | 30 | 476 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10100010 | 0 | 110110 | 10000 | 11000 | 100111110 | 101110 | 110111 |
Color Harmonies of #C259A2
Complementary color
Monochromatic Colors of #C259A2
Black with #C259A2
Text Example
Text Example
White with #C259A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259A2; }
p { color: rgb(194,89,162); }
H1.HeaderClassName
{
color: #C259A2;
}
.AnyTagClassName
{
color: #C259A2;
}
</style>
background-color css
<style>
a { background-color: #C259A2; }
a { background-color: rgb(194,89,162); }
div.DivClassName
{
background-color: #C259A2;
}
.BgClassName
{
background-color: #C259A2;
}
</style>
border-color css
<style>
span { border-color: #C259A2; }
span { border-color: rgb(194,89,162); }
td.TdClassName
{
border-color: #C259A2;
}
.TagClassName
{
border-color: #C259A2;
}
</style>