Shades of Mulberry #C05087
Tints of Mulberry #C05087
RGB
CMYK
RGB Variations
Color information
#C05087 (or 0xC05087) is known color: Mulberry. HEX triplet: C0, 50 and 87. RGB value is (192,80,135). Sum of RGB (Red+Green+Blue) = 192+80+135=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C05087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05087 is #3FAF78. Grayscale: #777777. Windows color (decimal): -4173689 or 8868032. OLE color: 8868032.
HSL color Cylindrical-coordinate representation of color #C05087: hue angle of 330.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05087 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 135 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.25 |
| HSL | 330.54º | 0.47% | 0.53% | - |
| HSV(B) | 330.54º | 0.58% | 0.75% | - |
| XYZ | 28.98 | 18.69 | 25 | - |
| YUV | 119.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 135 | 0 | 0.58 | 0.30 | 0.25 | 330.54 | 0.47 | 0.53 |
| Hex | C0 | 50 | 87 | 0 | 3A | 1E | 19 | 14B | 2F | 35 |
| Octal | 300 | 120 | 207 | 0 | 72 | 36 | 31 | 513 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10000111 | 0 | 111010 | 11110 | 11001 | 101001011 | 101111 | 110101 |
Color Harmonies of #C05087
Complementary color
Monochromatic Colors of #C05087
Black with #C05087
Text Example
Text Example
White with #C05087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05087; }
p { color: rgb(192,80,135); }
H1.HeaderClassName
{
color: #C05087;
}
.AnyTagClassName
{
color: #C05087;
}
</style>
background-color css
<style>
a { background-color: #C05087; }
a { background-color: rgb(192,80,135); }
div.DivClassName
{
background-color: #C05087;
}
.BgClassName
{
background-color: #C05087;
}
</style>
border-color css
<style>
span { border-color: #C05087; }
span { border-color: rgb(192,80,135); }
td.TdClassName
{
border-color: #C05087;
}
.TagClassName
{
border-color: #C05087;
}
</style>