Shades of Mulberry #C65985
Tints of Mulberry #C65985
RGB
CMYK
RGB Variations
Color information
#C65985 (or 0xC65985) is known color: Mulberry. HEX triplet: C6, 59 and 85. RGB value is (198,89,133). Sum of RGB (Red+Green+Blue) = 198+89+133=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C65985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65985 is #39A67A. Grayscale: #7E7E7E. Windows color (decimal): -3778171 or 8739270. OLE color: 8739270.
HSL color Cylindrical-coordinate representation of color #C65985: hue angle of 335.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65985 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 133 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.22 |
| HSL | 335.78º | 0.49% | 0.56% | - |
| HSV(B) | 335.78º | 0.55% | 0.78% | - |
| XYZ | 31.09 | 20.84 | 24.57 | - |
| YUV | 126.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 133 | 0 | 0.55 | 0.33 | 0.22 | 335.78 | 0.49 | 0.56 |
| Hex | C6 | 59 | 85 | 0 | 37 | 21 | 16 | 150 | 31 | 38 |
| Octal | 306 | 131 | 205 | 0 | 67 | 41 | 26 | 520 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10000101 | 0 | 110111 | 100001 | 10110 | 101010000 | 110001 | 111000 |
Color Harmonies of #C65985
Complementary color
Monochromatic Colors of #C65985
Black with #C65985
Text Example
Text Example
White with #C65985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65985; }
p { color: rgb(198,89,133); }
H1.HeaderClassName
{
color: #C65985;
}
.AnyTagClassName
{
color: #C65985;
}
</style>
background-color css
<style>
a { background-color: #C65985; }
a { background-color: rgb(198,89,133); }
div.DivClassName
{
background-color: #C65985;
}
.BgClassName
{
background-color: #C65985;
}
</style>
border-color css
<style>
span { border-color: #C65985; }
span { border-color: rgb(198,89,133); }
td.TdClassName
{
border-color: #C65985;
}
.TagClassName
{
border-color: #C65985;
}
</style>