Shades of Mulberry #C64385
Tints of Mulberry #C64385
RGB
CMYK
RGB Variations
Color information
#C64385 (or 0xC64385) is known color: Mulberry. HEX triplet: C6, 43 and 85. RGB value is (198,67,133). Sum of RGB (Red+Green+Blue) = 198+67+133=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64385 is #39BC7A. Grayscale: #717171. Windows color (decimal): -3783803 or 8733638. OLE color: 8733638.
HSL color Cylindrical-coordinate representation of color #C64385: hue angle of 329.77º 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 #C64385 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 133 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.22 |
| HSL | 329.77º | 0.53% | 0.52% | - |
| HSV(B) | 329.77º | 0.66% | 0.78% | - |
| XYZ | 29.53 | 17.71 | 24.05 | - |
| YUV | 113.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 133 | 0 | 0.66 | 0.33 | 0.22 | 329.77 | 0.53 | 0.52 |
| Hex | C6 | 43 | 85 | 0 | 42 | 21 | 16 | 14A | 35 | 34 |
| Octal | 306 | 103 | 205 | 0 | 102 | 41 | 26 | 512 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10000101 | 0 | 1000010 | 100001 | 10110 | 101001010 | 110101 | 110100 |
Color Harmonies of #C64385
Complementary color
Monochromatic Colors of #C64385
Black with #C64385
Text Example
Text Example
White with #C64385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64385; }
p { color: rgb(198,67,133); }
H1.HeaderClassName
{
color: #C64385;
}
.AnyTagClassName
{
color: #C64385;
}
</style>
background-color css
<style>
a { background-color: #C64385; }
a { background-color: rgb(198,67,133); }
div.DivClassName
{
background-color: #C64385;
}
.BgClassName
{
background-color: #C64385;
}
</style>
border-color css
<style>
span { border-color: #C64385; }
span { border-color: rgb(198,67,133); }
td.TdClassName
{
border-color: #C64385;
}
.TagClassName
{
border-color: #C64385;
}
</style>