Shades of Mulberry #C64D7E
Tints of Mulberry #C64D7E
RGB
CMYK
RGB Variations
Color information
#C64D7E (or 0xC64D7E) is known color: Mulberry. HEX triplet: C6, 4D and 7E. RGB value is (198,77,126). Sum of RGB (Red+Green+Blue) = 198+77+126=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D7E is #39B281. Grayscale: #767676. Windows color (decimal): -3781250 or 8277446. OLE color: 8277446.
HSL color Cylindrical-coordinate representation of color #C64D7E: hue angle of 335.7º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D7E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 126 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.22 |
| HSL | 335.7º | 0.51% | 0.54% | - |
| HSV(B) | 335.7º | 0.61% | 0.78% | - |
| XYZ | 29.71 | 18.82 | 21.81 | - |
| YUV | 118.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 126 | 0 | 0.61 | 0.36 | 0.22 | 335.7 | 0.51 | 0.54 |
| Hex | C6 | 4D | 7E | 0 | 3D | 24 | 16 | 150 | 33 | 36 |
| Octal | 306 | 115 | 176 | 0 | 75 | 44 | 26 | 520 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1111110 | 0 | 111101 | 100100 | 10110 | 101010000 | 110011 | 110110 |
Color Harmonies of #C64D7E
Complementary color
Monochromatic Colors of #C64D7E
Black with #C64D7E
Text Example
Text Example
White with #C64D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D7E; }
p { color: rgb(198,77,126); }
H1.HeaderClassName
{
color: #C64D7E;
}
.AnyTagClassName
{
color: #C64D7E;
}
</style>
background-color css
<style>
a { background-color: #C64D7E; }
a { background-color: rgb(198,77,126); }
div.DivClassName
{
background-color: #C64D7E;
}
.BgClassName
{
background-color: #C64D7E;
}
</style>
border-color css
<style>
span { border-color: #C64D7E; }
span { border-color: rgb(198,77,126); }
td.TdClassName
{
border-color: #C64D7E;
}
.TagClassName
{
border-color: #C64D7E;
}
</style>