Shades of Mulberry #C05B9F
Tints of Mulberry #C05B9F
RGB
CMYK
RGB Variations
Color information
#C05B9F (or 0xC05B9F) is known color: Mulberry. HEX triplet: C0, 5B and 9F. RGB value is (192,91,159). Sum of RGB (Red+Green+Blue) = 192+91+159=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B9F is #3FA460. Grayscale: #808080. Windows color (decimal): -4170849 or 10443712. OLE color: 10443712.
HSL color Cylindrical-coordinate representation of color #C05B9F: hue angle of 319.6º 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 #C05B9F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 159 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.25 |
| HSL | 319.6º | 0.44% | 0.55% | - |
| HSV(B) | 319.6º | 0.53% | 0.75% | - |
| XYZ | 31.74 | 21.19 | 35.22 | - |
| YUV | 128.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 159 | 0 | 0.53 | 0.17 | 0.25 | 319.6 | 0.44 | 0.55 |
| Hex | C0 | 5B | 9F | 0 | 35 | 11 | 19 | 140 | 2C | 37 |
| Octal | 300 | 133 | 237 | 0 | 65 | 21 | 31 | 500 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10011111 | 0 | 110101 | 10001 | 11001 | 101000000 | 101100 | 110111 |
Color Harmonies of #C05B9F
Complementary color
Monochromatic Colors of #C05B9F
Black with #C05B9F
Text Example
Text Example
White with #C05B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B9F; }
p { color: rgb(192,91,159); }
H1.HeaderClassName
{
color: #C05B9F;
}
.AnyTagClassName
{
color: #C05B9F;
}
</style>
background-color css
<style>
a { background-color: #C05B9F; }
a { background-color: rgb(192,91,159); }
div.DivClassName
{
background-color: #C05B9F;
}
.BgClassName
{
background-color: #C05B9F;
}
</style>
border-color css
<style>
span { border-color: #C05B9F; }
span { border-color: rgb(192,91,159); }
td.TdClassName
{
border-color: #C05B9F;
}
.TagClassName
{
border-color: #C05B9F;
}
</style>