Shades of Mulberry #C05897
Tints of Mulberry #C05897
RGB
CMYK
RGB Variations
Color information
#C05897 (or 0xC05897) is known color: Mulberry. HEX triplet: C0, 58 and 97. RGB value is (192,88,151). Sum of RGB (Red+Green+Blue) = 192+88+151=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05897 is #3FA768. Grayscale: #7E7E7E. Windows color (decimal): -4171625 or 9918656. OLE color: 9918656.
HSL color Cylindrical-coordinate representation of color #C05897: hue angle of 323.65º 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 #C05897 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 151 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.25 |
| HSL | 323.65º | 0.45% | 0.55% | - |
| HSV(B) | 323.65º | 0.54% | 0.75% | - |
| XYZ | 30.81 | 20.42 | 31.6 | - |
| YUV | 126.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 151 | 0 | 0.54 | 0.21 | 0.25 | 323.65 | 0.45 | 0.55 |
| Hex | C0 | 58 | 97 | 0 | 36 | 15 | 19 | 144 | 2D | 37 |
| Octal | 300 | 130 | 227 | 0 | 66 | 25 | 31 | 504 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10010111 | 0 | 110110 | 10101 | 11001 | 101000100 | 101101 | 110111 |
Color Harmonies of #C05897
Complementary color
Monochromatic Colors of #C05897
Black with #C05897
Text Example
Text Example
White with #C05897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05897; }
p { color: rgb(192,88,151); }
H1.HeaderClassName
{
color: #C05897;
}
.AnyTagClassName
{
color: #C05897;
}
</style>
background-color css
<style>
a { background-color: #C05897; }
a { background-color: rgb(192,88,151); }
div.DivClassName
{
background-color: #C05897;
}
.BgClassName
{
background-color: #C05897;
}
</style>
border-color css
<style>
span { border-color: #C05897; }
span { border-color: rgb(192,88,151); }
td.TdClassName
{
border-color: #C05897;
}
.TagClassName
{
border-color: #C05897;
}
</style>