Shades of Mulberry #C05C89
Tints of Mulberry #C05C89
RGB
CMYK
RGB Variations
Color information
#C05C89 (or 0xC05C89) is known color: Mulberry. HEX triplet: C0, 5C and 89. RGB value is (192,92,137). Sum of RGB (Red+Green+Blue) = 192+92+137=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C89 is #3FA376. Grayscale: #7E7E7E. Windows color (decimal): -4170615 or 9002176. OLE color: 9002176.
HSL color Cylindrical-coordinate representation of color #C05C89: hue angle of 333º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C89 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 137 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.25 |
| HSL | 333º | 0.44% | 0.56% | - |
| HSV(B) | 333º | 0.52% | 0.75% | - |
| XYZ | 30.08 | 20.67 | 26.07 | - |
| YUV | 127.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 137 | 0 | 0.52 | 0.29 | 0.25 | 333 | 0.44 | 0.56 |
| Hex | C0 | 5C | 89 | 0 | 34 | 1D | 19 | 14D | 2C | 38 |
| Octal | 300 | 134 | 211 | 0 | 64 | 35 | 31 | 515 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10001001 | 0 | 110100 | 11101 | 11001 | 101001101 | 101100 | 111000 |
Color Harmonies of #C05C89
Complementary color
Monochromatic Colors of #C05C89
Black with #C05C89
Text Example
Text Example
White with #C05C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C89; }
p { color: rgb(192,92,137); }
H1.HeaderClassName
{
color: #C05C89;
}
.AnyTagClassName
{
color: #C05C89;
}
</style>
background-color css
<style>
a { background-color: #C05C89; }
a { background-color: rgb(192,92,137); }
div.DivClassName
{
background-color: #C05C89;
}
.BgClassName
{
background-color: #C05C89;
}
</style>
border-color css
<style>
span { border-color: #C05C89; }
span { border-color: rgb(192,92,137); }
td.TdClassName
{
border-color: #C05C89;
}
.TagClassName
{
border-color: #C05C89;
}
</style>