Shades of Mulberry #C65785
Tints of Mulberry #C65785
RGB
CMYK
RGB Variations
Color information
#C65785 (or 0xC65785) is known color: Mulberry. HEX triplet: C6, 57 and 85. RGB value is (198,87,133). Sum of RGB (Red+Green+Blue) = 198+87+133=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C65785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65785 is #39A87A. Grayscale: #7D7D7D. Windows color (decimal): -3778683 or 8738758. OLE color: 8738758.
HSL color Cylindrical-coordinate representation of color #C65785: hue angle of 335.14º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65785 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 133 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 335.14º | 0.49% | 0.56% | - |
| HSV(B) | 335.14º | 0.56% | 0.78% | - |
| XYZ | 30.93 | 20.52 | 24.52 | - |
| YUV | 125.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 133 | 0 | 0.56 | 0.33 | 0.22 | 335.14 | 0.49 | 0.56 |
| Hex | C6 | 57 | 85 | 0 | 38 | 21 | 16 | 14F | 31 | 38 |
| Octal | 306 | 127 | 205 | 0 | 70 | 41 | 26 | 517 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10000101 | 0 | 111000 | 100001 | 10110 | 101001111 | 110001 | 111000 |
Color Harmonies of #C65785
Complementary color
Monochromatic Colors of #C65785
Black with #C65785
Text Example
Text Example
White with #C65785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65785; }
p { color: rgb(198,87,133); }
H1.HeaderClassName
{
color: #C65785;
}
.AnyTagClassName
{
color: #C65785;
}
</style>
background-color css
<style>
a { background-color: #C65785; }
a { background-color: rgb(198,87,133); }
div.DivClassName
{
background-color: #C65785;
}
.BgClassName
{
background-color: #C65785;
}
</style>
border-color css
<style>
span { border-color: #C65785; }
span { border-color: rgb(198,87,133); }
td.TdClassName
{
border-color: #C65785;
}
.TagClassName
{
border-color: #C65785;
}
</style>