Shades of Mulberry #C64A82
Tints of Mulberry #C64A82
RGB
CMYK
RGB Variations
Color information
#C64A82 (or 0xC64A82) is known color: Mulberry. HEX triplet: C6, 4A and 82. RGB value is (198,74,130). Sum of RGB (Red+Green+Blue) = 198+74+130=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A82 is #39B57D. Grayscale: #757575. Windows color (decimal): -3782014 or 8538822. OLE color: 8538822.
HSL color Cylindrical-coordinate representation of color #C64A82: hue angle of 332.9º 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 #C64A82 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 130 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.22 |
| HSL | 332.9º | 0.52% | 0.53% | - |
| HSV(B) | 332.9º | 0.63% | 0.78% | - |
| XYZ | 29.77 | 18.52 | 23.12 | - |
| YUV | 117.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 130 | 0 | 0.63 | 0.34 | 0.22 | 332.9 | 0.52 | 0.53 |
| Hex | C6 | 4A | 82 | 0 | 3F | 22 | 16 | 14D | 34 | 35 |
| Octal | 306 | 112 | 202 | 0 | 77 | 42 | 26 | 515 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10000010 | 0 | 111111 | 100010 | 10110 | 101001101 | 110100 | 110101 |
Color Harmonies of #C64A82
Complementary color
Monochromatic Colors of #C64A82
Black with #C64A82
Text Example
Text Example
White with #C64A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A82; }
p { color: rgb(198,74,130); }
H1.HeaderClassName
{
color: #C64A82;
}
.AnyTagClassName
{
color: #C64A82;
}
</style>
background-color css
<style>
a { background-color: #C64A82; }
a { background-color: rgb(198,74,130); }
div.DivClassName
{
background-color: #C64A82;
}
.BgClassName
{
background-color: #C64A82;
}
</style>
border-color css
<style>
span { border-color: #C64A82; }
span { border-color: rgb(198,74,130); }
td.TdClassName
{
border-color: #C64A82;
}
.TagClassName
{
border-color: #C64A82;
}
</style>