Shades of Mulberry #C75A87
Tints of Mulberry #C75A87
RGB
CMYK
RGB Variations
Color information
#C75A87 (or 0xC75A87) is known color: Mulberry. HEX triplet: C7, 5A and 87. RGB value is (199,90,135). Sum of RGB (Red+Green+Blue) = 199+90+135=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A87 is #38A578. Grayscale: #7F7F7F. Windows color (decimal): -3712377 or 8870599. OLE color: 8870599.
HSL color Cylindrical-coordinate representation of color #C75A87: hue angle of 335.23º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A87 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 135 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.22 |
| HSL | 335.23º | 0.49% | 0.57% | - |
| HSV(B) | 335.23º | 0.55% | 0.78% | - |
| XYZ | 31.58 | 21.2 | 25.35 | - |
| YUV | 127.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 135 | 0 | 0.55 | 0.32 | 0.22 | 335.23 | 0.49 | 0.57 |
| Hex | C7 | 5A | 87 | 0 | 37 | 20 | 16 | 14F | 31 | 39 |
| Octal | 307 | 132 | 207 | 0 | 67 | 40 | 26 | 517 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10000111 | 0 | 110111 | 100000 | 10110 | 101001111 | 110001 | 111001 |
Color Harmonies of #C75A87
Complementary color
Monochromatic Colors of #C75A87
Black with #C75A87
Text Example
Text Example
White with #C75A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A87; }
p { color: rgb(199,90,135); }
H1.HeaderClassName
{
color: #C75A87;
}
.AnyTagClassName
{
color: #C75A87;
}
</style>
background-color css
<style>
a { background-color: #C75A87; }
a { background-color: rgb(199,90,135); }
div.DivClassName
{
background-color: #C75A87;
}
.BgClassName
{
background-color: #C75A87;
}
</style>
border-color css
<style>
span { border-color: #C75A87; }
span { border-color: rgb(199,90,135); }
td.TdClassName
{
border-color: #C75A87;
}
.TagClassName
{
border-color: #C75A87;
}
</style>