Shades of Mulberry #C05B85
Tints of Mulberry #C05B85
RGB
CMYK
RGB Variations
Color information
#C05B85 (or 0xC05B85) is known color: Mulberry. HEX triplet: C0, 5B and 85. RGB value is (192,91,133). Sum of RGB (Red+Green+Blue) = 192+91+133=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B85 is #3FA47A. Grayscale: #7D7D7D. Windows color (decimal): -4170875 or 8739776. OLE color: 8739776.
HSL color Cylindrical-coordinate representation of color #C05B85: hue angle of 335.05º 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 #C05B85 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 133 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.25 |
| HSL | 335.05º | 0.44% | 0.55% | - |
| HSV(B) | 335.05º | 0.53% | 0.75% | - |
| XYZ | 29.71 | 20.38 | 24.56 | - |
| YUV | 125.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 133 | 0 | 0.53 | 0.31 | 0.25 | 335.05 | 0.44 | 0.55 |
| Hex | C0 | 5B | 85 | 0 | 35 | 1F | 19 | 14F | 2C | 37 |
| Octal | 300 | 133 | 205 | 0 | 65 | 37 | 31 | 517 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10000101 | 0 | 110101 | 11111 | 11001 | 101001111 | 101100 | 110111 |
Color Harmonies of #C05B85
Complementary color
Monochromatic Colors of #C05B85
Black with #C05B85
Text Example
Text Example
White with #C05B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B85; }
p { color: rgb(192,91,133); }
H1.HeaderClassName
{
color: #C05B85;
}
.AnyTagClassName
{
color: #C05B85;
}
</style>
background-color css
<style>
a { background-color: #C05B85; }
a { background-color: rgb(192,91,133); }
div.DivClassName
{
background-color: #C05B85;
}
.BgClassName
{
background-color: #C05B85;
}
</style>
border-color css
<style>
span { border-color: #C05B85; }
span { border-color: rgb(192,91,133); }
td.TdClassName
{
border-color: #C05B85;
}
.TagClassName
{
border-color: #C05B85;
}
</style>