Shades of Mulberry #C05D91
Tints of Mulberry #C05D91
RGB
CMYK
RGB Variations
Color information
#C05D91 (or 0xC05D91) is known color: Mulberry. HEX triplet: C0, 5D and 91. RGB value is (192,93,145). Sum of RGB (Red+Green+Blue) = 192+93+145=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D91 is #3FA26E. Grayscale: #808080. Windows color (decimal): -4170351 or 9526720. OLE color: 9526720.
HSL color Cylindrical-coordinate representation of color #C05D91: hue angle of 328.48º 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 #C05D91 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 145 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.25 |
| HSL | 328.48º | 0.44% | 0.56% | - |
| HSV(B) | 328.48º | 0.52% | 0.75% | - |
| XYZ | 30.76 | 21.08 | 29.24 | - |
| YUV | 128.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 145 | 0 | 0.52 | 0.24 | 0.25 | 328.48 | 0.44 | 0.56 |
| Hex | C0 | 5D | 91 | 0 | 34 | 18 | 19 | 148 | 2C | 38 |
| Octal | 300 | 135 | 221 | 0 | 64 | 30 | 31 | 510 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10010001 | 0 | 110100 | 11000 | 11001 | 101001000 | 101100 | 111000 |
Color Harmonies of #C05D91
Complementary color
Monochromatic Colors of #C05D91
Black with #C05D91
Text Example
Text Example
White with #C05D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D91; }
p { color: rgb(192,93,145); }
H1.HeaderClassName
{
color: #C05D91;
}
.AnyTagClassName
{
color: #C05D91;
}
</style>
background-color css
<style>
a { background-color: #C05D91; }
a { background-color: rgb(192,93,145); }
div.DivClassName
{
background-color: #C05D91;
}
.BgClassName
{
background-color: #C05D91;
}
</style>
border-color css
<style>
span { border-color: #C05D91; }
span { border-color: rgb(192,93,145); }
td.TdClassName
{
border-color: #C05D91;
}
.TagClassName
{
border-color: #C05D91;
}
</style>