Shades of Mulberry #C75685
Tints of Mulberry #C75685
RGB
CMYK
RGB Variations
Color information
#C75685 (or 0xC75685) is known color: Mulberry. HEX triplet: C7, 56 and 85. RGB value is (199,86,133). Sum of RGB (Red+Green+Blue) = 199+86+133=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75685 is #38A97A. Grayscale: #7D7D7D. Windows color (decimal): -3713403 or 8738503. OLE color: 8738503.
HSL color Cylindrical-coordinate representation of color #C75685: hue angle of 335.04º 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 #C75685 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 133 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.22 |
| HSL | 335.04º | 0.5% | 0.56% | - |
| HSV(B) | 335.04º | 0.57% | 0.78% | - |
| XYZ | 31.11 | 20.49 | 24.51 | - |
| YUV | 125.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 133 | 0 | 0.57 | 0.33 | 0.22 | 335.04 | 0.5 | 0.56 |
| Hex | C7 | 56 | 85 | 0 | 39 | 21 | 16 | 14F | 32 | 38 |
| Octal | 307 | 126 | 205 | 0 | 71 | 41 | 26 | 517 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10000101 | 0 | 111001 | 100001 | 10110 | 101001111 | 110010 | 111000 |
Color Harmonies of #C75685
Complementary color
Monochromatic Colors of #C75685
Black with #C75685
Text Example
Text Example
White with #C75685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75685; }
p { color: rgb(199,86,133); }
H1.HeaderClassName
{
color: #C75685;
}
.AnyTagClassName
{
color: #C75685;
}
</style>
background-color css
<style>
a { background-color: #C75685; }
a { background-color: rgb(199,86,133); }
div.DivClassName
{
background-color: #C75685;
}
.BgClassName
{
background-color: #C75685;
}
</style>
border-color css
<style>
span { border-color: #C75685; }
span { border-color: rgb(199,86,133); }
td.TdClassName
{
border-color: #C75685;
}
.TagClassName
{
border-color: #C75685;
}
</style>