Shades of Mulberry #C05A90
Tints of Mulberry #C05A90
RGB
CMYK
RGB Variations
Color information
#C05A90 (or 0xC05A90) is known color: Mulberry. HEX triplet: C0, 5A and 90. RGB value is (192,90,144). Sum of RGB (Red+Green+Blue) = 192+90+144=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A90 is #3FA56F. Grayscale: #7E7E7E. Windows color (decimal): -4171120 or 9460416. OLE color: 9460416.
HSL color Cylindrical-coordinate representation of color #C05A90: hue angle of 328.24º 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 #C05A90 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 144 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.25 |
| HSL | 328.24º | 0.45% | 0.55% | - |
| HSV(B) | 328.24º | 0.53% | 0.75% | - |
| XYZ | 30.43 | 20.53 | 28.74 | - |
| YUV | 126.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 144 | 0 | 0.53 | 0.25 | 0.25 | 328.24 | 0.45 | 0.55 |
| Hex | C0 | 5A | 90 | 0 | 35 | 19 | 19 | 148 | 2D | 37 |
| Octal | 300 | 132 | 220 | 0 | 65 | 31 | 31 | 510 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10010000 | 0 | 110101 | 11001 | 11001 | 101001000 | 101101 | 110111 |
Color Harmonies of #C05A90
Complementary color
Monochromatic Colors of #C05A90
Black with #C05A90
Text Example
Text Example
White with #C05A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A90; }
p { color: rgb(192,90,144); }
H1.HeaderClassName
{
color: #C05A90;
}
.AnyTagClassName
{
color: #C05A90;
}
</style>
background-color css
<style>
a { background-color: #C05A90; }
a { background-color: rgb(192,90,144); }
div.DivClassName
{
background-color: #C05A90;
}
.BgClassName
{
background-color: #C05A90;
}
</style>
border-color css
<style>
span { border-color: #C05A90; }
span { border-color: rgb(192,90,144); }
td.TdClassName
{
border-color: #C05A90;
}
.TagClassName
{
border-color: #C05A90;
}
</style>