Shades of Mulberry #C75785
Tints of Mulberry #C75785
RGB
CMYK
RGB Variations
Color information
#C75785 (or 0xC75785) is known color: Mulberry. HEX triplet: C7, 57 and 85. RGB value is (199,87,133). Sum of RGB (Red+Green+Blue) = 199+87+133=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C75785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75785 is #38A87A. Grayscale: #7D7D7D. Windows color (decimal): -3713147 or 8738759. OLE color: 8738759.
HSL color Cylindrical-coordinate representation of color #C75785: hue angle of 335.36º 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 #C75785 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 133 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 335.36º | 0.5% | 0.56% | - |
| HSV(B) | 335.36º | 0.56% | 0.78% | - |
| XYZ | 31.2 | 20.65 | 24.53 | - |
| YUV | 125.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 133 | 0 | 0.56 | 0.33 | 0.22 | 335.36 | 0.5 | 0.56 |
| Hex | C7 | 57 | 85 | 0 | 38 | 21 | 16 | 14F | 32 | 38 |
| Octal | 307 | 127 | 205 | 0 | 70 | 41 | 26 | 517 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10000101 | 0 | 111000 | 100001 | 10110 | 101001111 | 110010 | 111000 |
Color Harmonies of #C75785
Complementary color
Monochromatic Colors of #C75785
Black with #C75785
Text Example
Text Example
White with #C75785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75785; }
p { color: rgb(199,87,133); }
H1.HeaderClassName
{
color: #C75785;
}
.AnyTagClassName
{
color: #C75785;
}
</style>
background-color css
<style>
a { background-color: #C75785; }
a { background-color: rgb(199,87,133); }
div.DivClassName
{
background-color: #C75785;
}
.BgClassName
{
background-color: #C75785;
}
</style>
border-color css
<style>
span { border-color: #C75785; }
span { border-color: rgb(199,87,133); }
td.TdClassName
{
border-color: #C75785;
}
.TagClassName
{
border-color: #C75785;
}
</style>