Shades of Mulberry #C64A80
Tints of Mulberry #C64A80
RGB
CMYK
RGB Variations
Color information
#C64A80 (or 0xC64A80) is known color: Mulberry. HEX triplet: C6, 4A and 80. RGB value is (198,74,128). Sum of RGB (Red+Green+Blue) = 198+74+128=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A80 is #39B57F. Grayscale: #757575. Windows color (decimal): -3782016 or 8407750. OLE color: 8407750.
HSL color Cylindrical-coordinate representation of color #C64A80: hue angle of 333.87º 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 #C64A80 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 128 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.22 |
| HSL | 333.87º | 0.52% | 0.53% | - |
| HSV(B) | 333.87º | 0.63% | 0.78% | - |
| XYZ | 29.63 | 18.46 | 22.42 | - |
| YUV | 117.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 128 | 0 | 0.63 | 0.35 | 0.22 | 333.87 | 0.52 | 0.53 |
| Hex | C6 | 4A | 80 | 0 | 3F | 23 | 16 | 14E | 34 | 35 |
| Octal | 306 | 112 | 200 | 0 | 77 | 43 | 26 | 516 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10000000 | 0 | 111111 | 100011 | 10110 | 101001110 | 110100 | 110101 |
Color Harmonies of #C64A80
Complementary color
Monochromatic Colors of #C64A80
Black with #C64A80
Text Example
Text Example
White with #C64A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A80; }
p { color: rgb(198,74,128); }
H1.HeaderClassName
{
color: #C64A80;
}
.AnyTagClassName
{
color: #C64A80;
}
</style>
background-color css
<style>
a { background-color: #C64A80; }
a { background-color: rgb(198,74,128); }
div.DivClassName
{
background-color: #C64A80;
}
.BgClassName
{
background-color: #C64A80;
}
</style>
border-color css
<style>
span { border-color: #C64A80; }
span { border-color: rgb(198,74,128); }
td.TdClassName
{
border-color: #C64A80;
}
.TagClassName
{
border-color: #C64A80;
}
</style>