Shades of Mulberry #C05D97
Tints of Mulberry #C05D97
RGB
CMYK
RGB Variations
Color information
#C05D97 (or 0xC05D97) is known color: Mulberry. HEX triplet: C0, 5D and 97. RGB value is (192,93,151). Sum of RGB (Red+Green+Blue) = 192+93+151=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D97 is #3FA268. Grayscale: #818181. Windows color (decimal): -4170345 or 9919936. OLE color: 9919936.
HSL color Cylindrical-coordinate representation of color #C05D97: hue angle of 324.85º 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 #C05D97 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 151 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.25 |
| HSL | 324.85º | 0.44% | 0.56% | - |
| HSV(B) | 324.85º | 0.52% | 0.75% | - |
| XYZ | 31.24 | 21.27 | 31.74 | - |
| YUV | 129.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 151 | 0 | 0.52 | 0.21 | 0.25 | 324.85 | 0.44 | 0.56 |
| Hex | C0 | 5D | 97 | 0 | 34 | 15 | 19 | 145 | 2C | 38 |
| Octal | 300 | 135 | 227 | 0 | 64 | 25 | 31 | 505 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10010111 | 0 | 110100 | 10101 | 11001 | 101000101 | 101100 | 111000 |
Color Harmonies of #C05D97
Complementary color
Monochromatic Colors of #C05D97
Black with #C05D97
Text Example
Text Example
White with #C05D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D97; }
p { color: rgb(192,93,151); }
H1.HeaderClassName
{
color: #C05D97;
}
.AnyTagClassName
{
color: #C05D97;
}
</style>
background-color css
<style>
a { background-color: #C05D97; }
a { background-color: rgb(192,93,151); }
div.DivClassName
{
background-color: #C05D97;
}
.BgClassName
{
background-color: #C05D97;
}
</style>
border-color css
<style>
span { border-color: #C05D97; }
span { border-color: rgb(192,93,151); }
td.TdClassName
{
border-color: #C05D97;
}
.TagClassName
{
border-color: #C05D97;
}
</style>