Shades of Mulberry #C64384
Tints of Mulberry #C64384
RGB
CMYK
RGB Variations
Color information
#C64384 (or 0xC64384) is known color: Mulberry. HEX triplet: C6, 43 and 84. RGB value is (198,67,132). Sum of RGB (Red+Green+Blue) = 198+67+132=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64384 is #39BC7B. Grayscale: #717171. Windows color (decimal): -3783804 or 8668102. OLE color: 8668102.
HSL color Cylindrical-coordinate representation of color #C64384: hue angle of 330.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64384 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 132 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.22 |
| HSL | 330.23º | 0.53% | 0.52% | - |
| HSV(B) | 330.23º | 0.66% | 0.78% | - |
| XYZ | 29.46 | 17.69 | 23.69 | - |
| YUV | 113.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 132 | 0 | 0.66 | 0.33 | 0.22 | 330.23 | 0.53 | 0.52 |
| Hex | C6 | 43 | 84 | 0 | 42 | 21 | 16 | 14A | 35 | 34 |
| Octal | 306 | 103 | 204 | 0 | 102 | 41 | 26 | 512 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10000100 | 0 | 1000010 | 100001 | 10110 | 101001010 | 110101 | 110100 |
Color Harmonies of #C64384
Complementary color
Monochromatic Colors of #C64384
Black with #C64384
Text Example
Text Example
White with #C64384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64384; }
p { color: rgb(198,67,132); }
H1.HeaderClassName
{
color: #C64384;
}
.AnyTagClassName
{
color: #C64384;
}
</style>
background-color css
<style>
a { background-color: #C64384; }
a { background-color: rgb(198,67,132); }
div.DivClassName
{
background-color: #C64384;
}
.BgClassName
{
background-color: #C64384;
}
</style>
border-color css
<style>
span { border-color: #C64384; }
span { border-color: rgb(198,67,132); }
td.TdClassName
{
border-color: #C64384;
}
.TagClassName
{
border-color: #C64384;
}
</style>