Shades of Mulberry #C05A9B
Tints of Mulberry #C05A9B
RGB
CMYK
RGB Variations
Color information
#C05A9B (or 0xC05A9B) is known color: Mulberry. HEX triplet: C0, 5A and 9B. RGB value is (192,90,155). Sum of RGB (Red+Green+Blue) = 192+90+155=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A9B is #3FA564. Grayscale: #7F7F7F. Windows color (decimal): -4171109 or 10181312. OLE color: 10181312.
HSL color Cylindrical-coordinate representation of color #C05A9B: hue angle of 321.76º degrees, saturation: 0.45, 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 #C05A9B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 155 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.25 |
| HSL | 321.76º | 0.45% | 0.55% | - |
| HSV(B) | 321.76º | 0.53% | 0.75% | - |
| XYZ | 31.31 | 20.89 | 33.39 | - |
| YUV | 127.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 155 | 0 | 0.53 | 0.19 | 0.25 | 321.76 | 0.45 | 0.55 |
| Hex | C0 | 5A | 9B | 0 | 35 | 13 | 19 | 142 | 2D | 37 |
| Octal | 300 | 132 | 233 | 0 | 65 | 23 | 31 | 502 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10011011 | 0 | 110101 | 10011 | 11001 | 101000010 | 101101 | 110111 |
Color Harmonies of #C05A9B
Complementary color
Monochromatic Colors of #C05A9B
Black with #C05A9B
Text Example
Text Example
White with #C05A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A9B; }
p { color: rgb(192,90,155); }
H1.HeaderClassName
{
color: #C05A9B;
}
.AnyTagClassName
{
color: #C05A9B;
}
</style>
background-color css
<style>
a { background-color: #C05A9B; }
a { background-color: rgb(192,90,155); }
div.DivClassName
{
background-color: #C05A9B;
}
.BgClassName
{
background-color: #C05A9B;
}
</style>
border-color css
<style>
span { border-color: #C05A9B; }
span { border-color: rgb(192,90,155); }
td.TdClassName
{
border-color: #C05A9B;
}
.TagClassName
{
border-color: #C05A9B;
}
</style>