Shades of Mulberry #C64CA4
Tints of Mulberry #C64CA4
RGB
CMYK
RGB Variations
Color information
#C64CA4 (or 0xC64CA4) is known color: Mulberry. HEX triplet: C6, 4C and A4. RGB value is (198,76,164). Sum of RGB (Red+Green+Blue) = 198+76+164=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA4 is #39B35B. Grayscale: #7A7A7A. Windows color (decimal): -3781468 or 10767558. OLE color: 10767558.
HSL color Cylindrical-coordinate representation of color #C64CA4: hue angle of 316.72º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CA4 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 164 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.22 |
| HSL | 316.72º | 0.52% | 0.54% | - |
| HSV(B) | 316.72º | 0.62% | 0.78% | - |
| XYZ | 32.57 | 19.85 | 37.24 | - |
| YUV | 122.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 164 | 0 | 0.62 | 0.17 | 0.22 | 316.72 | 0.52 | 0.54 |
| Hex | C6 | 4C | A4 | 0 | 3E | 11 | 16 | 13D | 34 | 36 |
| Octal | 306 | 114 | 244 | 0 | 76 | 21 | 26 | 475 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10100100 | 0 | 111110 | 10001 | 10110 | 100111101 | 110100 | 110110 |
Color Harmonies of #C64CA4
Complementary color
Monochromatic Colors of #C64CA4
Black with #C64CA4
Text Example
Text Example
White with #C64CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CA4; }
p { color: rgb(198,76,164); }
H1.HeaderClassName
{
color: #C64CA4;
}
.AnyTagClassName
{
color: #C64CA4;
}
</style>
background-color css
<style>
a { background-color: #C64CA4; }
a { background-color: rgb(198,76,164); }
div.DivClassName
{
background-color: #C64CA4;
}
.BgClassName
{
background-color: #C64CA4;
}
</style>
border-color css
<style>
span { border-color: #C64CA4; }
span { border-color: rgb(198,76,164); }
td.TdClassName
{
border-color: #C64CA4;
}
.TagClassName
{
border-color: #C64CA4;
}
</style>