Shades of Mulberry #C05D96
Tints of Mulberry #C05D96
RGB
CMYK
RGB Variations
Color information
#C05D96 (or 0xC05D96) is known color: Mulberry. HEX triplet: C0, 5D and 96. RGB value is (192,93,150). Sum of RGB (Red+Green+Blue) = 192+93+150=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D96 is #3FA269. Grayscale: #808080. Windows color (decimal): -4170346 or 9854400. OLE color: 9854400.
HSL color Cylindrical-coordinate representation of color #C05D96: hue angle of 325.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D96 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 150 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.25 |
| HSL | 325.45º | 0.44% | 0.56% | - |
| HSV(B) | 325.45º | 0.52% | 0.75% | - |
| XYZ | 31.16 | 21.24 | 31.31 | - |
| YUV | 129.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 150 | 0 | 0.52 | 0.22 | 0.25 | 325.45 | 0.44 | 0.56 |
| Hex | C0 | 5D | 96 | 0 | 34 | 16 | 19 | 145 | 2C | 38 |
| Octal | 300 | 135 | 226 | 0 | 64 | 26 | 31 | 505 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10010110 | 0 | 110100 | 10110 | 11001 | 101000101 | 101100 | 111000 |
Color Harmonies of #C05D96
Complementary color
Monochromatic Colors of #C05D96
Black with #C05D96
Text Example
Text Example
White with #C05D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D96; }
p { color: rgb(192,93,150); }
H1.HeaderClassName
{
color: #C05D96;
}
.AnyTagClassName
{
color: #C05D96;
}
</style>
background-color css
<style>
a { background-color: #C05D96; }
a { background-color: rgb(192,93,150); }
div.DivClassName
{
background-color: #C05D96;
}
.BgClassName
{
background-color: #C05D96;
}
</style>
border-color css
<style>
span { border-color: #C05D96; }
span { border-color: rgb(192,93,150); }
td.TdClassName
{
border-color: #C05D96;
}
.TagClassName
{
border-color: #C05D96;
}
</style>