Shades of Mulberry #C64AA0
Tints of Mulberry #C64AA0
RGB
CMYK
RGB Variations
Color information
#C64AA0 (or 0xC64AA0) is known color: Mulberry. HEX triplet: C6, 4A and A0. RGB value is (198,74,160). Sum of RGB (Red+Green+Blue) = 198+74+160=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AA0 is #39B55F. Grayscale: #787878. Windows color (decimal): -3781984 or 10504902. OLE color: 10504902.
HSL color Cylindrical-coordinate representation of color #C64AA0: hue angle of 318.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64AA0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 160 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.22 |
| HSL | 318.39º | 0.52% | 0.53% | - |
| HSV(B) | 318.39º | 0.63% | 0.78% | - |
| XYZ | 32.08 | 19.44 | 35.32 | - |
| YUV | 120.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 160 | 0 | 0.63 | 0.19 | 0.22 | 318.39 | 0.52 | 0.53 |
| Hex | C6 | 4A | A0 | 0 | 3F | 13 | 16 | 13E | 34 | 35 |
| Octal | 306 | 112 | 240 | 0 | 77 | 23 | 26 | 476 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10100000 | 0 | 111111 | 10011 | 10110 | 100111110 | 110100 | 110101 |
Color Harmonies of #C64AA0
Complementary color
Monochromatic Colors of #C64AA0
Black with #C64AA0
Text Example
Text Example
White with #C64AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AA0; }
p { color: rgb(198,74,160); }
H1.HeaderClassName
{
color: #C64AA0;
}
.AnyTagClassName
{
color: #C64AA0;
}
</style>
background-color css
<style>
a { background-color: #C64AA0; }
a { background-color: rgb(198,74,160); }
div.DivClassName
{
background-color: #C64AA0;
}
.BgClassName
{
background-color: #C64AA0;
}
</style>
border-color css
<style>
span { border-color: #C64AA0; }
span { border-color: rgb(198,74,160); }
td.TdClassName
{
border-color: #C64AA0;
}
.TagClassName
{
border-color: #C64AA0;
}
</style>