Shades of Mulberry #C64085
Tints of Mulberry #C64085
RGB
CMYK
RGB Variations
Color information
#C64085 (or 0xC64085) is known color: Mulberry. HEX triplet: C6, 40 and 85. RGB value is (198,64,133). Sum of RGB (Red+Green+Blue) = 198+64+133=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64085 is #39BF7A. Grayscale: #6F6F6F. Windows color (decimal): -3784571 or 8732870. OLE color: 8732870.
HSL color Cylindrical-coordinate representation of color #C64085: hue angle of 329.1º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64085 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 133 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.22 |
| HSL | 329.1º | 0.54% | 0.51% | - |
| HSV(B) | 329.1º | 0.68% | 0.78% | - |
| XYZ | 29.36 | 17.37 | 24 | - |
| YUV | 111.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 133 | 0 | 0.68 | 0.33 | 0.22 | 329.1 | 0.54 | 0.51 |
| Hex | C6 | 40 | 85 | 0 | 44 | 21 | 16 | 149 | 36 | 33 |
| Octal | 306 | 100 | 205 | 0 | 104 | 41 | 26 | 511 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10000101 | 0 | 1000100 | 100001 | 10110 | 101001001 | 110110 | 110011 |
Color Harmonies of #C64085
Complementary color
Monochromatic Colors of #C64085
Black with #C64085
Text Example
Text Example
White with #C64085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64085; }
p { color: rgb(198,64,133); }
H1.HeaderClassName
{
color: #C64085;
}
.AnyTagClassName
{
color: #C64085;
}
</style>
background-color css
<style>
a { background-color: #C64085; }
a { background-color: rgb(198,64,133); }
div.DivClassName
{
background-color: #C64085;
}
.BgClassName
{
background-color: #C64085;
}
</style>
border-color css
<style>
span { border-color: #C64085; }
span { border-color: rgb(198,64,133); }
td.TdClassName
{
border-color: #C64085;
}
.TagClassName
{
border-color: #C64085;
}
</style>