Shades of Mulberry #C05A89
Tints of Mulberry #C05A89
RGB
CMYK
RGB Variations
Color information
#C05A89 (or 0xC05A89) is known color: Mulberry. HEX triplet: C0, 5A and 89. RGB value is (192,90,137). Sum of RGB (Red+Green+Blue) = 192+90+137=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A89 is #3FA576. Grayscale: #7D7D7D. Windows color (decimal): -4171127 or 9001664. OLE color: 9001664.
HSL color Cylindrical-coordinate representation of color #C05A89: hue angle of 332.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A89 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 137 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.25 |
| HSL | 332.35º | 0.45% | 0.55% | - |
| HSV(B) | 332.35º | 0.53% | 0.75% | - |
| XYZ | 29.91 | 20.32 | 26.01 | - |
| YUV | 125.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 137 | 0 | 0.53 | 0.29 | 0.25 | 332.35 | 0.45 | 0.55 |
| Hex | C0 | 5A | 89 | 0 | 35 | 1D | 19 | 14C | 2D | 37 |
| Octal | 300 | 132 | 211 | 0 | 65 | 35 | 31 | 514 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10001001 | 0 | 110101 | 11101 | 11001 | 101001100 | 101101 | 110111 |
Color Harmonies of #C05A89
Complementary color
Monochromatic Colors of #C05A89
Black with #C05A89
Text Example
Text Example
White with #C05A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A89; }
p { color: rgb(192,90,137); }
H1.HeaderClassName
{
color: #C05A89;
}
.AnyTagClassName
{
color: #C05A89;
}
</style>
background-color css
<style>
a { background-color: #C05A89; }
a { background-color: rgb(192,90,137); }
div.DivClassName
{
background-color: #C05A89;
}
.BgClassName
{
background-color: #C05A89;
}
</style>
border-color css
<style>
span { border-color: #C05A89; }
span { border-color: rgb(192,90,137); }
td.TdClassName
{
border-color: #C05A89;
}
.TagClassName
{
border-color: #C05A89;
}
</style>