Shades of Mulberry #C64082
Tints of Mulberry #C64082
RGB
CMYK
RGB Variations
Color information
#C64082 (or 0xC64082) is known color: Mulberry. HEX triplet: C6, 40 and 82. RGB value is (198,64,130). Sum of RGB (Red+Green+Blue) = 198+64+130=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64082 is #39BF7D. Grayscale: #6F6F6F. Windows color (decimal): -3784574 or 8536262. OLE color: 8536262.
HSL color Cylindrical-coordinate representation of color #C64082: hue angle of 330.45º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64082 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 130 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 330.45º | 0.54% | 0.51% | - |
| HSV(B) | 330.45º | 0.68% | 0.78% | - |
| XYZ | 29.15 | 17.28 | 22.92 | - |
| YUV | 111.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 130 | 0 | 0.68 | 0.34 | 0.22 | 330.45 | 0.54 | 0.51 |
| Hex | C6 | 40 | 82 | 0 | 44 | 22 | 16 | 14A | 36 | 33 |
| Octal | 306 | 100 | 202 | 0 | 104 | 42 | 26 | 512 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10000010 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110110 | 110011 |
Color Harmonies of #C64082
Complementary color
Monochromatic Colors of #C64082
Black with #C64082
Text Example
Text Example
White with #C64082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64082; }
p { color: rgb(198,64,130); }
H1.HeaderClassName
{
color: #C64082;
}
.AnyTagClassName
{
color: #C64082;
}
</style>
background-color css
<style>
a { background-color: #C64082; }
a { background-color: rgb(198,64,130); }
div.DivClassName
{
background-color: #C64082;
}
.BgClassName
{
background-color: #C64082;
}
</style>
border-color css
<style>
span { border-color: #C64082; }
span { border-color: rgb(198,64,130); }
td.TdClassName
{
border-color: #C64082;
}
.TagClassName
{
border-color: #C64082;
}
</style>