Shades of Mulberry #C75588
Tints of Mulberry #C75588
RGB
CMYK
RGB Variations
Color information
#C75588 (or 0xC75588) is known color: Mulberry. HEX triplet: C7, 55 and 88. RGB value is (199,85,136). Sum of RGB (Red+Green+Blue) = 199+85+136=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75588 is #38AA77. Grayscale: #7C7C7C. Windows color (decimal): -3713656 or 8934855. OLE color: 8934855.
HSL color Cylindrical-coordinate representation of color #C75588: hue angle of 333.16º 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 #C75588 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 136 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.22 |
| HSL | 333.16º | 0.5% | 0.56% | - |
| HSV(B) | 333.16º | 0.57% | 0.78% | - |
| XYZ | 31.25 | 20.42 | 25.59 | - |
| YUV | 124.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 136 | 0 | 0.57 | 0.32 | 0.22 | 333.16 | 0.5 | 0.56 |
| Hex | C7 | 55 | 88 | 0 | 39 | 20 | 16 | 14D | 32 | 38 |
| Octal | 307 | 125 | 210 | 0 | 71 | 40 | 26 | 515 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10001000 | 0 | 111001 | 100000 | 10110 | 101001101 | 110010 | 111000 |
Color Harmonies of #C75588
Complementary color
Monochromatic Colors of #C75588
Black with #C75588
Text Example
Text Example
White with #C75588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75588; }
p { color: rgb(199,85,136); }
H1.HeaderClassName
{
color: #C75588;
}
.AnyTagClassName
{
color: #C75588;
}
</style>
background-color css
<style>
a { background-color: #C75588; }
a { background-color: rgb(199,85,136); }
div.DivClassName
{
background-color: #C75588;
}
.BgClassName
{
background-color: #C75588;
}
</style>
border-color css
<style>
span { border-color: #C75588; }
span { border-color: rgb(199,85,136); }
td.TdClassName
{
border-color: #C75588;
}
.TagClassName
{
border-color: #C75588;
}
</style>