Shades of Mulberry #C758A0
Tints of Mulberry #C758A0
RGB
CMYK
RGB Variations
Color information
#C758A0 (or 0xC758A0) is known color: Mulberry. HEX triplet: C7, 58 and A0. RGB value is (199,88,160). Sum of RGB (Red+Green+Blue) = 199+88+160=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C758A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758A0 is #38A75F. Grayscale: #818181. Windows color (decimal): -3712864 or 10508487. OLE color: 10508487.
HSL color Cylindrical-coordinate representation of color #C758A0: hue angle of 321.08º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758A0 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 160 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.22 |
| HSL | 321.08º | 0.5% | 0.56% | - |
| HSV(B) | 321.08º | 0.56% | 0.78% | - |
| XYZ | 33.39 | 21.66 | 35.68 | - |
| YUV | 129.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 160 | 0 | 0.56 | 0.20 | 0.22 | 321.08 | 0.5 | 0.56 |
| Hex | C7 | 58 | A0 | 0 | 38 | 14 | 16 | 141 | 32 | 38 |
| Octal | 307 | 130 | 240 | 0 | 70 | 24 | 26 | 501 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10100000 | 0 | 111000 | 10100 | 10110 | 101000001 | 110010 | 111000 |
Color Harmonies of #C758A0
Complementary color
Monochromatic Colors of #C758A0
Black with #C758A0
Text Example
Text Example
White with #C758A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758A0; }
p { color: rgb(199,88,160); }
H1.HeaderClassName
{
color: #C758A0;
}
.AnyTagClassName
{
color: #C758A0;
}
</style>
background-color css
<style>
a { background-color: #C758A0; }
a { background-color: rgb(199,88,160); }
div.DivClassName
{
background-color: #C758A0;
}
.BgClassName
{
background-color: #C758A0;
}
</style>
border-color css
<style>
span { border-color: #C758A0; }
span { border-color: rgb(199,88,160); }
td.TdClassName
{
border-color: #C758A0;
}
.TagClassName
{
border-color: #C758A0;
}
</style>