Shades of Mulberry #C05B99
Tints of Mulberry #C05B99
RGB
CMYK
RGB Variations
Color information
#C05B99 (or 0xC05B99) is known color: Mulberry. HEX triplet: C0, 5B and 99. RGB value is (192,91,153). Sum of RGB (Red+Green+Blue) = 192+91+153=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B99 is #3FA466. Grayscale: #808080. Windows color (decimal): -4170855 or 10050496. OLE color: 10050496.
HSL color Cylindrical-coordinate representation of color #C05B99: hue angle of 323.17º degrees, saturation: 0.44, 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 #C05B99 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 153 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.25 |
| HSL | 323.17º | 0.44% | 0.55% | - |
| HSV(B) | 323.17º | 0.53% | 0.75% | - |
| XYZ | 31.23 | 20.99 | 32.54 | - |
| YUV | 128.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 153 | 0 | 0.53 | 0.20 | 0.25 | 323.17 | 0.44 | 0.55 |
| Hex | C0 | 5B | 99 | 0 | 35 | 14 | 19 | 143 | 2C | 37 |
| Octal | 300 | 133 | 231 | 0 | 65 | 24 | 31 | 503 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10011001 | 0 | 110101 | 10100 | 11001 | 101000011 | 101100 | 110111 |
Color Harmonies of #C05B99
Complementary color
Monochromatic Colors of #C05B99
Black with #C05B99
Text Example
Text Example
White with #C05B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B99; }
p { color: rgb(192,91,153); }
H1.HeaderClassName
{
color: #C05B99;
}
.AnyTagClassName
{
color: #C05B99;
}
</style>
background-color css
<style>
a { background-color: #C05B99; }
a { background-color: rgb(192,91,153); }
div.DivClassName
{
background-color: #C05B99;
}
.BgClassName
{
background-color: #C05B99;
}
</style>
border-color css
<style>
span { border-color: #C05B99; }
span { border-color: rgb(192,91,153); }
td.TdClassName
{
border-color: #C05B99;
}
.TagClassName
{
border-color: #C05B99;
}
</style>