Shades of Mulberry #C05E9B
Tints of Mulberry #C05E9B
RGB
CMYK
RGB Variations
Color information
#C05E9B (or 0xC05E9B) is known color: Mulberry. HEX triplet: C0, 5E and 9B. RGB value is (192,94,155). Sum of RGB (Red+Green+Blue) = 192+94+155=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E9B is #3FA164. Grayscale: #828282. Windows color (decimal): -4170085 or 10182336. OLE color: 10182336.
HSL color Cylindrical-coordinate representation of color #C05E9B: hue angle of 322.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E9B is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 155 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.25 |
| HSL | 322.65º | 0.44% | 0.56% | - |
| HSV(B) | 322.65º | 0.51% | 0.75% | - |
| XYZ | 31.66 | 21.58 | 33.51 | - |
| YUV | 130.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 155 | 0 | 0.51 | 0.19 | 0.25 | 322.65 | 0.44 | 0.56 |
| Hex | C0 | 5E | 9B | 0 | 33 | 13 | 19 | 143 | 2C | 38 |
| Octal | 300 | 136 | 233 | 0 | 63 | 23 | 31 | 503 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10011011 | 0 | 110011 | 10011 | 11001 | 101000011 | 101100 | 111000 |
Color Harmonies of #C05E9B
Complementary color
Monochromatic Colors of #C05E9B
Black with #C05E9B
Text Example
Text Example
White with #C05E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E9B; }
p { color: rgb(192,94,155); }
H1.HeaderClassName
{
color: #C05E9B;
}
.AnyTagClassName
{
color: #C05E9B;
}
</style>
background-color css
<style>
a { background-color: #C05E9B; }
a { background-color: rgb(192,94,155); }
div.DivClassName
{
background-color: #C05E9B;
}
.BgClassName
{
background-color: #C05E9B;
}
</style>
border-color css
<style>
span { border-color: #C05E9B; }
span { border-color: rgb(192,94,155); }
td.TdClassName
{
border-color: #C05E9B;
}
.TagClassName
{
border-color: #C05E9B;
}
</style>