Shades of Mulberry #C64984
Tints of Mulberry #C64984
RGB
CMYK
RGB Variations
Color information
#C64984 (or 0xC64984) is known color: Mulberry. HEX triplet: C6, 49 and 84. RGB value is (198,73,132). Sum of RGB (Red+Green+Blue) = 198+73+132=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C64984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64984 is #39B67B. Grayscale: #747474. Windows color (decimal): -3782268 or 8669638. OLE color: 8669638.
HSL color Cylindrical-coordinate representation of color #C64984: hue angle of 331.68º 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 #C64984 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 132 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.22 |
| HSL | 331.68º | 0.52% | 0.53% | - |
| HSV(B) | 331.68º | 0.63% | 0.78% | - |
| XYZ | 29.84 | 18.44 | 23.82 | - |
| YUV | 117.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 132 | 0 | 0.63 | 0.33 | 0.22 | 331.68 | 0.52 | 0.53 |
| Hex | C6 | 49 | 84 | 0 | 3F | 21 | 16 | 14C | 34 | 35 |
| Octal | 306 | 111 | 204 | 0 | 77 | 41 | 26 | 514 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10000100 | 0 | 111111 | 100001 | 10110 | 101001100 | 110100 | 110101 |
Color Harmonies of #C64984
Complementary color
Monochromatic Colors of #C64984
Black with #C64984
Text Example
Text Example
White with #C64984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64984; }
p { color: rgb(198,73,132); }
H1.HeaderClassName
{
color: #C64984;
}
.AnyTagClassName
{
color: #C64984;
}
</style>
background-color css
<style>
a { background-color: #C64984; }
a { background-color: rgb(198,73,132); }
div.DivClassName
{
background-color: #C64984;
}
.BgClassName
{
background-color: #C64984;
}
</style>
border-color css
<style>
span { border-color: #C64984; }
span { border-color: rgb(198,73,132); }
td.TdClassName
{
border-color: #C64984;
}
.TagClassName
{
border-color: #C64984;
}
</style>