Shades of Mulberry #C758A2
Tints of Mulberry #C758A2
RGB
CMYK
RGB Variations
Color information
#C758A2 (or 0xC758A2) is known color: Mulberry. HEX triplet: C7, 58 and A2. RGB value is (199,88,162). Sum of RGB (Red+Green+Blue) = 199+88+162=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C758A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758A2 is #38A75D. Grayscale: #818181. Windows color (decimal): -3712862 or 10639559. OLE color: 10639559.
HSL color Cylindrical-coordinate representation of color #C758A2: hue angle of 320º 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 #C758A2 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 162 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.22 |
| HSL | 320º | 0.5% | 0.56% | - |
| HSV(B) | 320º | 0.56% | 0.78% | - |
| XYZ | 33.56 | 21.73 | 36.61 | - |
| YUV | 129.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 162 | 0 | 0.56 | 0.19 | 0.22 | 320 | 0.5 | 0.56 |
| Hex | C7 | 58 | A2 | 0 | 38 | 13 | 16 | 140 | 32 | 38 |
| Octal | 307 | 130 | 242 | 0 | 70 | 23 | 26 | 500 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10100010 | 0 | 111000 | 10011 | 10110 | 101000000 | 110010 | 111000 |
Color Harmonies of #C758A2
Complementary color
Monochromatic Colors of #C758A2
Black with #C758A2
Text Example
Text Example
White with #C758A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758A2; }
p { color: rgb(199,88,162); }
H1.HeaderClassName
{
color: #C758A2;
}
.AnyTagClassName
{
color: #C758A2;
}
</style>
background-color css
<style>
a { background-color: #C758A2; }
a { background-color: rgb(199,88,162); }
div.DivClassName
{
background-color: #C758A2;
}
.BgClassName
{
background-color: #C758A2;
}
</style>
border-color css
<style>
span { border-color: #C758A2; }
span { border-color: rgb(199,88,162); }
td.TdClassName
{
border-color: #C758A2;
}
.TagClassName
{
border-color: #C758A2;
}
</style>