Shades of Mulberry #C75583
Tints of Mulberry #C75583
RGB
CMYK
RGB Variations
Color information
#C75583 (or 0xC75583) is known color: Mulberry. HEX triplet: C7, 55 and 83. RGB value is (199,85,131). Sum of RGB (Red+Green+Blue) = 199+85+131=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C75583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75583 is #38AA7C. Grayscale: #7C7C7C. Windows color (decimal): -3713661 or 8607175. OLE color: 8607175.
HSL color Cylindrical-coordinate representation of color #C75583: hue angle of 335.79º 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 #C75583 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 131 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.22 |
| HSL | 335.79º | 0.5% | 0.56% | - |
| HSV(B) | 335.79º | 0.57% | 0.78% | - |
| XYZ | 30.9 | 20.28 | 23.76 | - |
| YUV | 124.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 131 | 0 | 0.57 | 0.34 | 0.22 | 335.79 | 0.5 | 0.56 |
| Hex | C7 | 55 | 83 | 0 | 39 | 22 | 16 | 150 | 32 | 38 |
| Octal | 307 | 125 | 203 | 0 | 71 | 42 | 26 | 520 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10000011 | 0 | 111001 | 100010 | 10110 | 101010000 | 110010 | 111000 |
Color Harmonies of #C75583
Complementary color
Monochromatic Colors of #C75583
Black with #C75583
Text Example
Text Example
White with #C75583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75583; }
p { color: rgb(199,85,131); }
H1.HeaderClassName
{
color: #C75583;
}
.AnyTagClassName
{
color: #C75583;
}
</style>
background-color css
<style>
a { background-color: #C75583; }
a { background-color: rgb(199,85,131); }
div.DivClassName
{
background-color: #C75583;
}
.BgClassName
{
background-color: #C75583;
}
</style>
border-color css
<style>
span { border-color: #C75583; }
span { border-color: rgb(199,85,131); }
td.TdClassName
{
border-color: #C75583;
}
.TagClassName
{
border-color: #C75583;
}
</style>