Shades of Mulberry #C04682
Tints of Mulberry #C04682
RGB
CMYK
RGB Variations
Color information
#C04682 (or 0xC04682) is known color: Mulberry. HEX triplet: C0, 46 and 82. RGB value is (192,70,130). Sum of RGB (Red+Green+Blue) = 192+70+130=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04682 is #3FB97D. Grayscale: #717171. Windows color (decimal): -4176254 or 8537792. OLE color: 8537792.
HSL color Cylindrical-coordinate representation of color #C04682: hue angle of 330.49º 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 #C04682 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 130 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.25 |
| HSL | 330.49º | 0.49% | 0.51% | - |
| HSV(B) | 330.49º | 0.64% | 0.75% | - |
| XYZ | 27.96 | 17.2 | 22.97 | - |
| YUV | 113.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 130 | 0 | 0.64 | 0.32 | 0.25 | 330.49 | 0.49 | 0.51 |
| Hex | C0 | 46 | 82 | 0 | 40 | 20 | 19 | 14A | 31 | 33 |
| Octal | 300 | 106 | 202 | 0 | 100 | 40 | 31 | 512 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10000010 | 0 | 1000000 | 100000 | 11001 | 101001010 | 110001 | 110011 |
Color Harmonies of #C04682
Complementary color
Monochromatic Colors of #C04682
Black with #C04682
Text Example
Text Example
White with #C04682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04682; }
p { color: rgb(192,70,130); }
H1.HeaderClassName
{
color: #C04682;
}
.AnyTagClassName
{
color: #C04682;
}
</style>
background-color css
<style>
a { background-color: #C04682; }
a { background-color: rgb(192,70,130); }
div.DivClassName
{
background-color: #C04682;
}
.BgClassName
{
background-color: #C04682;
}
</style>
border-color css
<style>
span { border-color: #C04682; }
span { border-color: rgb(192,70,130); }
td.TdClassName
{
border-color: #C04682;
}
.TagClassName
{
border-color: #C04682;
}
</style>