Shades of Mulberry #C05A8A
Tints of Mulberry #C05A8A
RGB
CMYK
RGB Variations
Color information
#C05A8A (or 0xC05A8A) is known color: Mulberry. HEX triplet: C0, 5A and 8A. RGB value is (192,90,138). Sum of RGB (Red+Green+Blue) = 192+90+138=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A8A is #3FA575. Grayscale: #7D7D7D. Windows color (decimal): -4171126 or 9067200. OLE color: 9067200.
HSL color Cylindrical-coordinate representation of color #C05A8A: hue angle of 331.76º 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 #C05A8A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 138 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.25 |
| HSL | 331.76º | 0.45% | 0.55% | - |
| HSV(B) | 331.76º | 0.53% | 0.75% | - |
| XYZ | 29.98 | 20.35 | 26.39 | - |
| YUV | 125.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 138 | 0 | 0.53 | 0.28 | 0.25 | 331.76 | 0.45 | 0.55 |
| Hex | C0 | 5A | 8A | 0 | 35 | 1C | 19 | 14C | 2D | 37 |
| Octal | 300 | 132 | 212 | 0 | 65 | 34 | 31 | 514 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10001010 | 0 | 110101 | 11100 | 11001 | 101001100 | 101101 | 110111 |
Color Harmonies of #C05A8A
Complementary color
Monochromatic Colors of #C05A8A
Black with #C05A8A
Text Example
Text Example
White with #C05A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A8A; }
p { color: rgb(192,90,138); }
H1.HeaderClassName
{
color: #C05A8A;
}
.AnyTagClassName
{
color: #C05A8A;
}
</style>
background-color css
<style>
a { background-color: #C05A8A; }
a { background-color: rgb(192,90,138); }
div.DivClassName
{
background-color: #C05A8A;
}
.BgClassName
{
background-color: #C05A8A;
}
</style>
border-color css
<style>
span { border-color: #C05A8A; }
span { border-color: rgb(192,90,138); }
td.TdClassName
{
border-color: #C05A8A;
}
.TagClassName
{
border-color: #C05A8A;
}
</style>