Shades of Mulberry #C75587
Tints of Mulberry #C75587
RGB
CMYK
RGB Variations
Color information
#C75587 (or 0xC75587) is known color: Mulberry. HEX triplet: C7, 55 and 87. RGB value is (199,85,135). Sum of RGB (Red+Green+Blue) = 199+85+135=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C75587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75587 is #38AA78. Grayscale: #7C7C7C. Windows color (decimal): -3713657 or 8869319. OLE color: 8869319.
HSL color Cylindrical-coordinate representation of color #C75587: hue angle of 333.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75587 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 135 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.22 |
| HSL | 333.68º | 0.5% | 0.56% | - |
| HSV(B) | 333.68º | 0.57% | 0.78% | - |
| XYZ | 31.17 | 20.39 | 25.21 | - |
| YUV | 124.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 135 | 0 | 0.57 | 0.32 | 0.22 | 333.68 | 0.5 | 0.56 |
| Hex | C7 | 55 | 87 | 0 | 39 | 20 | 16 | 14E | 32 | 38 |
| Octal | 307 | 125 | 207 | 0 | 71 | 40 | 26 | 516 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10000111 | 0 | 111001 | 100000 | 10110 | 101001110 | 110010 | 111000 |
Color Harmonies of #C75587
Complementary color
Monochromatic Colors of #C75587
Black with #C75587
Text Example
Text Example
White with #C75587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75587; }
p { color: rgb(199,85,135); }
H1.HeaderClassName
{
color: #C75587;
}
.AnyTagClassName
{
color: #C75587;
}
</style>
background-color css
<style>
a { background-color: #C75587; }
a { background-color: rgb(199,85,135); }
div.DivClassName
{
background-color: #C75587;
}
.BgClassName
{
background-color: #C75587;
}
</style>
border-color css
<style>
span { border-color: #C75587; }
span { border-color: rgb(199,85,135); }
td.TdClassName
{
border-color: #C75587;
}
.TagClassName
{
border-color: #C75587;
}
</style>