Shades of Mulberry #C759A2
Tints of Mulberry #C759A2
RGB
CMYK
RGB Variations
Color information
#C759A2 (or 0xC759A2) is known color: Mulberry. HEX triplet: C7, 59 and A2. RGB value is (199,89,162). Sum of RGB (Red+Green+Blue) = 199+89+162=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C759A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759A2 is #38A65D. Grayscale: #828282. Windows color (decimal): -3712606 or 10639815. OLE color: 10639815.
HSL color Cylindrical-coordinate representation of color #C759A2: hue angle of 320.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759A2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 162 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.22 |
| HSL | 320.18º | 0.5% | 0.56% | - |
| HSV(B) | 320.18º | 0.55% | 0.78% | - |
| XYZ | 33.65 | 21.9 | 36.64 | - |
| YUV | 130.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 162 | 0 | 0.55 | 0.19 | 0.22 | 320.18 | 0.5 | 0.56 |
| Hex | C7 | 59 | A2 | 0 | 37 | 13 | 16 | 140 | 32 | 38 |
| Octal | 307 | 131 | 242 | 0 | 67 | 23 | 26 | 500 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10100010 | 0 | 110111 | 10011 | 10110 | 101000000 | 110010 | 111000 |
Color Harmonies of #C759A2
Complementary color
Monochromatic Colors of #C759A2
Black with #C759A2
Text Example
Text Example
White with #C759A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759A2; }
p { color: rgb(199,89,162); }
H1.HeaderClassName
{
color: #C759A2;
}
.AnyTagClassName
{
color: #C759A2;
}
</style>
background-color css
<style>
a { background-color: #C759A2; }
a { background-color: rgb(199,89,162); }
div.DivClassName
{
background-color: #C759A2;
}
.BgClassName
{
background-color: #C759A2;
}
</style>
border-color css
<style>
span { border-color: #C759A2; }
span { border-color: rgb(199,89,162); }
td.TdClassName
{
border-color: #C759A2;
}
.TagClassName
{
border-color: #C759A2;
}
</style>