Shades of Mulberry #C05B8F
Tints of Mulberry #C05B8F
RGB
CMYK
RGB Variations
Color information
#C05B8F (or 0xC05B8F) is known color: Mulberry. HEX triplet: C0, 5B and 8F. RGB value is (192,91,143). Sum of RGB (Red+Green+Blue) = 192+91+143=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B8F is #3FA470. Grayscale: #7F7F7F. Windows color (decimal): -4170865 or 9395136. OLE color: 9395136.
HSL color Cylindrical-coordinate representation of color #C05B8F: hue angle of 329.11º 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 #C05B8F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 143 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.25 |
| HSL | 329.11º | 0.44% | 0.55% | - |
| HSV(B) | 329.11º | 0.53% | 0.75% | - |
| XYZ | 30.44 | 20.67 | 28.37 | - |
| YUV | 127.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 143 | 0 | 0.53 | 0.26 | 0.25 | 329.11 | 0.44 | 0.55 |
| Hex | C0 | 5B | 8F | 0 | 35 | 1A | 19 | 149 | 2C | 37 |
| Octal | 300 | 133 | 217 | 0 | 65 | 32 | 31 | 511 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10001111 | 0 | 110101 | 11010 | 11001 | 101001001 | 101100 | 110111 |
Color Harmonies of #C05B8F
Complementary color
Monochromatic Colors of #C05B8F
Black with #C05B8F
Text Example
Text Example
White with #C05B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B8F; }
p { color: rgb(192,91,143); }
H1.HeaderClassName
{
color: #C05B8F;
}
.AnyTagClassName
{
color: #C05B8F;
}
</style>
background-color css
<style>
a { background-color: #C05B8F; }
a { background-color: rgb(192,91,143); }
div.DivClassName
{
background-color: #C05B8F;
}
.BgClassName
{
background-color: #C05B8F;
}
</style>
border-color css
<style>
span { border-color: #C05B8F; }
span { border-color: rgb(192,91,143); }
td.TdClassName
{
border-color: #C05B8F;
}
.TagClassName
{
border-color: #C05B8F;
}
</style>