Shades of Mulberry #C75788
Tints of Mulberry #C75788
RGB
CMYK
RGB Variations
Color information
#C75788 (or 0xC75788) is known color: Mulberry. HEX triplet: C7, 57 and 88. RGB value is (199,87,136). Sum of RGB (Red+Green+Blue) = 199+87+136=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C75788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75788 is #38A877. Grayscale: #7D7D7D. Windows color (decimal): -3713144 or 8935367. OLE color: 8935367.
HSL color Cylindrical-coordinate representation of color #C75788: hue angle of 333.75º 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 #C75788 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 136 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.22 |
| HSL | 333.75º | 0.5% | 0.56% | - |
| HSV(B) | 333.75º | 0.56% | 0.78% | - |
| XYZ | 31.41 | 20.74 | 25.64 | - |
| YUV | 126.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 136 | 0 | 0.56 | 0.32 | 0.22 | 333.75 | 0.5 | 0.56 |
| Hex | C7 | 57 | 88 | 0 | 38 | 20 | 16 | 14E | 32 | 38 |
| Octal | 307 | 127 | 210 | 0 | 70 | 40 | 26 | 516 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10001000 | 0 | 111000 | 100000 | 10110 | 101001110 | 110010 | 111000 |
Color Harmonies of #C75788
Complementary color
Monochromatic Colors of #C75788
Black with #C75788
Text Example
Text Example
White with #C75788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75788; }
p { color: rgb(199,87,136); }
H1.HeaderClassName
{
color: #C75788;
}
.AnyTagClassName
{
color: #C75788;
}
</style>
background-color css
<style>
a { background-color: #C75788; }
a { background-color: rgb(199,87,136); }
div.DivClassName
{
background-color: #C75788;
}
.BgClassName
{
background-color: #C75788;
}
</style>
border-color css
<style>
span { border-color: #C75788; }
span { border-color: rgb(199,87,136); }
td.TdClassName
{
border-color: #C75788;
}
.TagClassName
{
border-color: #C75788;
}
</style>