Shades of Mulberry #C64583
Tints of Mulberry #C64583
RGB
CMYK
RGB Variations
Color information
#C64583 (or 0xC64583) is known color: Mulberry. HEX triplet: C6, 45 and 83. RGB value is (198,69,131). Sum of RGB (Red+Green+Blue) = 198+69+131=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64583 is #39BA7C. Grayscale: #727272. Windows color (decimal): -3783293 or 8603078. OLE color: 8603078.
HSL color Cylindrical-coordinate representation of color #C64583: hue angle of 331.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64583 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 131 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.22 |
| HSL | 331.16º | 0.53% | 0.52% | - |
| HSV(B) | 331.16º | 0.65% | 0.78% | - |
| XYZ | 29.51 | 17.9 | 23.37 | - |
| YUV | 114.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 131 | 0 | 0.65 | 0.34 | 0.22 | 331.16 | 0.53 | 0.52 |
| Hex | C6 | 45 | 83 | 0 | 41 | 22 | 16 | 14B | 35 | 34 |
| Octal | 306 | 105 | 203 | 0 | 101 | 42 | 26 | 513 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10000011 | 0 | 1000001 | 100010 | 10110 | 101001011 | 110101 | 110100 |
Color Harmonies of #C64583
Complementary color
Monochromatic Colors of #C64583
Black with #C64583
Text Example
Text Example
White with #C64583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64583; }
p { color: rgb(198,69,131); }
H1.HeaderClassName
{
color: #C64583;
}
.AnyTagClassName
{
color: #C64583;
}
</style>
background-color css
<style>
a { background-color: #C64583; }
a { background-color: rgb(198,69,131); }
div.DivClassName
{
background-color: #C64583;
}
.BgClassName
{
background-color: #C64583;
}
</style>
border-color css
<style>
span { border-color: #C64583; }
span { border-color: rgb(198,69,131); }
td.TdClassName
{
border-color: #C64583;
}
.TagClassName
{
border-color: #C64583;
}
</style>