Shades of Mulberry #C75584
Tints of Mulberry #C75584
RGB
CMYK
RGB Variations
Color information
#C75584 (or 0xC75584) is known color: Mulberry. HEX triplet: C7, 55 and 84. RGB value is (199,85,132). Sum of RGB (Red+Green+Blue) = 199+85+132=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75584 is #38AA7B. Grayscale: #7C7C7C. Windows color (decimal): -3713660 or 8672711. OLE color: 8672711.
HSL color Cylindrical-coordinate representation of color #C75584: hue angle of 335.26º 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 #C75584 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 132 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.22 |
| HSL | 335.26º | 0.5% | 0.56% | - |
| HSV(B) | 335.26º | 0.57% | 0.78% | - |
| XYZ | 30.97 | 20.31 | 24.12 | - |
| YUV | 124.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 132 | 0 | 0.57 | 0.34 | 0.22 | 335.26 | 0.5 | 0.56 |
| Hex | C7 | 55 | 84 | 0 | 39 | 22 | 16 | 14F | 32 | 38 |
| Octal | 307 | 125 | 204 | 0 | 71 | 42 | 26 | 517 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10000100 | 0 | 111001 | 100010 | 10110 | 101001111 | 110010 | 111000 |
Color Harmonies of #C75584
Complementary color
Monochromatic Colors of #C75584
Black with #C75584
Text Example
Text Example
White with #C75584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75584; }
p { color: rgb(199,85,132); }
H1.HeaderClassName
{
color: #C75584;
}
.AnyTagClassName
{
color: #C75584;
}
</style>
background-color css
<style>
a { background-color: #C75584; }
a { background-color: rgb(199,85,132); }
div.DivClassName
{
background-color: #C75584;
}
.BgClassName
{
background-color: #C75584;
}
</style>
border-color css
<style>
span { border-color: #C75584; }
span { border-color: rgb(199,85,132); }
td.TdClassName
{
border-color: #C75584;
}
.TagClassName
{
border-color: #C75584;
}
</style>