Shades of Mulberry #C05080
Tints of Mulberry #C05080
RGB
CMYK
RGB Variations
Color information
#C05080 (or 0xC05080) is known color: Mulberry. HEX triplet: C0, 50 and 80. RGB value is (192,80,128). Sum of RGB (Red+Green+Blue) = 192+80+128=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05080 is #3FAF7F. Grayscale: #767676. Windows color (decimal): -4173696 or 8409280. OLE color: 8409280.
HSL color Cylindrical-coordinate representation of color #C05080: hue angle of 334.29º 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 #C05080 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 128 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.25 |
| HSL | 334.29º | 0.47% | 0.53% | - |
| HSV(B) | 334.29º | 0.58% | 0.75% | - |
| XYZ | 28.5 | 18.5 | 22.49 | - |
| YUV | 118.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 128 | 0 | 0.58 | 0.33 | 0.25 | 334.29 | 0.47 | 0.53 |
| Hex | C0 | 50 | 80 | 0 | 3A | 21 | 19 | 14E | 2F | 35 |
| Octal | 300 | 120 | 200 | 0 | 72 | 41 | 31 | 516 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10000000 | 0 | 111010 | 100001 | 11001 | 101001110 | 101111 | 110101 |
Color Harmonies of #C05080
Complementary color
Monochromatic Colors of #C05080
Black with #C05080
Text Example
Text Example
White with #C05080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05080; }
p { color: rgb(192,80,128); }
H1.HeaderClassName
{
color: #C05080;
}
.AnyTagClassName
{
color: #C05080;
}
</style>
background-color css
<style>
a { background-color: #C05080; }
a { background-color: rgb(192,80,128); }
div.DivClassName
{
background-color: #C05080;
}
.BgClassName
{
background-color: #C05080;
}
</style>
border-color css
<style>
span { border-color: #C05080; }
span { border-color: rgb(192,80,128); }
td.TdClassName
{
border-color: #C05080;
}
.TagClassName
{
border-color: #C05080;
}
</style>