Shades of Mulberry #C05587
Tints of Mulberry #C05587
RGB
CMYK
RGB Variations
Color information
#C05587 (or 0xC05587) is known color: Mulberry. HEX triplet: C0, 55 and 87. RGB value is (192,85,135). Sum of RGB (Red+Green+Blue) = 192+85+135=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C05587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05587 is #3FAA78. Grayscale: #7A7A7A. Windows color (decimal): -4172409 or 8869312. OLE color: 8869312.
HSL color Cylindrical-coordinate representation of color #C05587: hue angle of 331.96º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05587 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 135 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.25 |
| HSL | 331.96º | 0.46% | 0.54% | - |
| HSV(B) | 331.96º | 0.56% | 0.75% | - |
| XYZ | 29.36 | 19.45 | 25.13 | - |
| YUV | 122.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 135 | 0 | 0.56 | 0.30 | 0.25 | 331.96 | 0.46 | 0.54 |
| Hex | C0 | 55 | 87 | 0 | 38 | 1E | 19 | 14C | 2E | 36 |
| Octal | 300 | 125 | 207 | 0 | 70 | 36 | 31 | 514 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10000111 | 0 | 111000 | 11110 | 11001 | 101001100 | 101110 | 110110 |
Color Harmonies of #C05587
Complementary color
Monochromatic Colors of #C05587
Black with #C05587
Text Example
Text Example
White with #C05587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05587; }
p { color: rgb(192,85,135); }
H1.HeaderClassName
{
color: #C05587;
}
.AnyTagClassName
{
color: #C05587;
}
</style>
background-color css
<style>
a { background-color: #C05587; }
a { background-color: rgb(192,85,135); }
div.DivClassName
{
background-color: #C05587;
}
.BgClassName
{
background-color: #C05587;
}
</style>
border-color css
<style>
span { border-color: #C05587; }
span { border-color: rgb(192,85,135); }
td.TdClassName
{
border-color: #C05587;
}
.TagClassName
{
border-color: #C05587;
}
</style>