Shades of Mulberry #C05A99
Tints of Mulberry #C05A99
RGB
CMYK
RGB Variations
Color information
#C05A99 (or 0xC05A99) is known color: Mulberry. HEX triplet: C0, 5A and 99. RGB value is (192,90,153). Sum of RGB (Red+Green+Blue) = 192+90+153=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A99 is #3FA566. Grayscale: #7F7F7F. Windows color (decimal): -4171111 or 10050240. OLE color: 10050240.
HSL color Cylindrical-coordinate representation of color #C05A99: hue angle of 322.94º 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 #C05A99 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 153 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.25 |
| HSL | 322.94º | 0.45% | 0.55% | - |
| HSV(B) | 322.94º | 0.53% | 0.75% | - |
| XYZ | 31.14 | 20.82 | 32.51 | - |
| YUV | 127.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 153 | 0 | 0.53 | 0.20 | 0.25 | 322.94 | 0.45 | 0.55 |
| Hex | C0 | 5A | 99 | 0 | 35 | 14 | 19 | 143 | 2D | 37 |
| Octal | 300 | 132 | 231 | 0 | 65 | 24 | 31 | 503 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10011001 | 0 | 110101 | 10100 | 11001 | 101000011 | 101101 | 110111 |
Color Harmonies of #C05A99
Complementary color
Monochromatic Colors of #C05A99
Black with #C05A99
Text Example
Text Example
White with #C05A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A99; }
p { color: rgb(192,90,153); }
H1.HeaderClassName
{
color: #C05A99;
}
.AnyTagClassName
{
color: #C05A99;
}
</style>
background-color css
<style>
a { background-color: #C05A99; }
a { background-color: rgb(192,90,153); }
div.DivClassName
{
background-color: #C05A99;
}
.BgClassName
{
background-color: #C05A99;
}
</style>
border-color css
<style>
span { border-color: #C05A99; }
span { border-color: rgb(192,90,153); }
td.TdClassName
{
border-color: #C05A99;
}
.TagClassName
{
border-color: #C05A99;
}
</style>