Shades of Mulberry #C05995
Tints of Mulberry #C05995
RGB
CMYK
RGB Variations
Color information
#C05995 (or 0xC05995) is known color: Mulberry. HEX triplet: C0, 59 and 95. RGB value is (192,89,149). Sum of RGB (Red+Green+Blue) = 192+89+149=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05995 is #3FA66A. Grayscale: #7E7E7E. Windows color (decimal): -4171371 or 9787840. OLE color: 9787840.
HSL color Cylindrical-coordinate representation of color #C05995: hue angle of 325.05º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05995 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 149 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.25 |
| HSL | 325.05º | 0.45% | 0.55% | - |
| HSV(B) | 325.05º | 0.54% | 0.75% | - |
| XYZ | 30.74 | 20.52 | 30.77 | - |
| YUV | 126.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 149 | 0 | 0.54 | 0.22 | 0.25 | 325.05 | 0.45 | 0.55 |
| Hex | C0 | 59 | 95 | 0 | 36 | 16 | 19 | 145 | 2D | 37 |
| Octal | 300 | 131 | 225 | 0 | 66 | 26 | 31 | 505 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10010101 | 0 | 110110 | 10110 | 11001 | 101000101 | 101101 | 110111 |
Color Harmonies of #C05995
Complementary color
Monochromatic Colors of #C05995
Black with #C05995
Text Example
Text Example
White with #C05995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05995; }
p { color: rgb(192,89,149); }
H1.HeaderClassName
{
color: #C05995;
}
.AnyTagClassName
{
color: #C05995;
}
</style>
background-color css
<style>
a { background-color: #C05995; }
a { background-color: rgb(192,89,149); }
div.DivClassName
{
background-color: #C05995;
}
.BgClassName
{
background-color: #C05995;
}
</style>
border-color css
<style>
span { border-color: #C05995; }
span { border-color: rgb(192,89,149); }
td.TdClassName
{
border-color: #C05995;
}
.TagClassName
{
border-color: #C05995;
}
</style>