Shades of Mulberry #C04689
Tints of Mulberry #C04689
RGB
CMYK
RGB Variations
Color information
#C04689 (or 0xC04689) is known color: Mulberry. HEX triplet: C0, 46 and 89. RGB value is (192,70,137). Sum of RGB (Red+Green+Blue) = 192+70+137=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C04689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04689 is #3FB976. Grayscale: #717171. Windows color (decimal): -4176247 or 8996544. OLE color: 8996544.
HSL color Cylindrical-coordinate representation of color #C04689: hue angle of 327.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04689 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 137 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.25 |
| HSL | 327.05º | 0.49% | 0.51% | - |
| HSV(B) | 327.05º | 0.64% | 0.75% | - |
| XYZ | 28.44 | 17.39 | 25.52 | - |
| YUV | 114.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 137 | 0 | 0.64 | 0.29 | 0.25 | 327.05 | 0.49 | 0.51 |
| Hex | C0 | 46 | 89 | 0 | 40 | 1D | 19 | 147 | 31 | 33 |
| Octal | 300 | 106 | 211 | 0 | 100 | 35 | 31 | 507 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10001001 | 0 | 1000000 | 11101 | 11001 | 101000111 | 110001 | 110011 |
Color Harmonies of #C04689
Complementary color
Monochromatic Colors of #C04689
Black with #C04689
Text Example
Text Example
White with #C04689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04689; }
p { color: rgb(192,70,137); }
H1.HeaderClassName
{
color: #C04689;
}
.AnyTagClassName
{
color: #C04689;
}
</style>
background-color css
<style>
a { background-color: #C04689; }
a { background-color: rgb(192,70,137); }
div.DivClassName
{
background-color: #C04689;
}
.BgClassName
{
background-color: #C04689;
}
</style>
border-color css
<style>
span { border-color: #C04689; }
span { border-color: rgb(192,70,137); }
td.TdClassName
{
border-color: #C04689;
}
.TagClassName
{
border-color: #C04689;
}
</style>