Shades of Mulberry #C04089
Tints of Mulberry #C04089
RGB
CMYK
RGB Variations
Color information
#C04089 (or 0xC04089) is known color: Mulberry. HEX triplet: C0, 40 and 89. RGB value is (192,64,137). Sum of RGB (Red+Green+Blue) = 192+64+137=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04089 is #3FBF76. Grayscale: #6E6E6E. Windows color (decimal): -4177783 or 8995008. OLE color: 8995008.
HSL color Cylindrical-coordinate representation of color #C04089: hue angle of 325.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04089 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 137 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.25 |
| HSL | 325.78º | 0.5% | 0.5% | - |
| HSV(B) | 325.78º | 0.67% | 0.75% | - |
| XYZ | 28.09 | 16.68 | 25.41 | - |
| YUV | 110.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 137 | 0 | 0.67 | 0.29 | 0.25 | 325.78 | 0.5 | 0.5 |
| Hex | C0 | 40 | 89 | 0 | 43 | 1D | 19 | 146 | 32 | 32 |
| Octal | 300 | 100 | 211 | 0 | 103 | 35 | 31 | 506 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10001001 | 0 | 1000011 | 11101 | 11001 | 101000110 | 110010 | 110010 |
Color Harmonies of #C04089
Complementary color
Monochromatic Colors of #C04089
Black with #C04089
Text Example
Text Example
White with #C04089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04089; }
p { color: rgb(192,64,137); }
H1.HeaderClassName
{
color: #C04089;
}
.AnyTagClassName
{
color: #C04089;
}
</style>
background-color css
<style>
a { background-color: #C04089; }
a { background-color: rgb(192,64,137); }
div.DivClassName
{
background-color: #C04089;
}
.BgClassName
{
background-color: #C04089;
}
</style>
border-color css
<style>
span { border-color: #C04089; }
span { border-color: rgb(192,64,137); }
td.TdClassName
{
border-color: #C04089;
}
.TagClassName
{
border-color: #C04089;
}
</style>