Shades of Mulberry #C05A96
Tints of Mulberry #C05A96
RGB
CMYK
RGB Variations
Color information
#C05A96 (or 0xC05A96) is known color: Mulberry. HEX triplet: C0, 5A and 96. RGB value is (192,90,150). Sum of RGB (Red+Green+Blue) = 192+90+150=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A96 is #3FA569. Grayscale: #7F7F7F. Windows color (decimal): -4171114 or 9853632. OLE color: 9853632.
HSL color Cylindrical-coordinate representation of color #C05A96: hue angle of 324.71º 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 #C05A96 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 150 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.25 |
| HSL | 324.71º | 0.45% | 0.55% | - |
| HSV(B) | 324.71º | 0.53% | 0.75% | - |
| XYZ | 30.9 | 20.72 | 31.23 | - |
| YUV | 127.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 150 | 0 | 0.53 | 0.22 | 0.25 | 324.71 | 0.45 | 0.55 |
| Hex | C0 | 5A | 96 | 0 | 35 | 16 | 19 | 145 | 2D | 37 |
| Octal | 300 | 132 | 226 | 0 | 65 | 26 | 31 | 505 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10010110 | 0 | 110101 | 10110 | 11001 | 101000101 | 101101 | 110111 |
Color Harmonies of #C05A96
Complementary color
Monochromatic Colors of #C05A96
Black with #C05A96
Text Example
Text Example
White with #C05A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A96; }
p { color: rgb(192,90,150); }
H1.HeaderClassName
{
color: #C05A96;
}
.AnyTagClassName
{
color: #C05A96;
}
</style>
background-color css
<style>
a { background-color: #C05A96; }
a { background-color: rgb(192,90,150); }
div.DivClassName
{
background-color: #C05A96;
}
.BgClassName
{
background-color: #C05A96;
}
</style>
border-color css
<style>
span { border-color: #C05A96; }
span { border-color: rgb(192,90,150); }
td.TdClassName
{
border-color: #C05A96;
}
.TagClassName
{
border-color: #C05A96;
}
</style>