Shades of Mulberry #C65983
Tints of Mulberry #C65983
RGB
CMYK
RGB Variations
Color information
#C65983 (or 0xC65983) is known color: Mulberry. HEX triplet: C6, 59 and 83. RGB value is (198,89,131). Sum of RGB (Red+Green+Blue) = 198+89+131=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C65983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65983 is #39A67C. Grayscale: #7E7E7E. Windows color (decimal): -3778173 or 8608198. OLE color: 8608198.
HSL color Cylindrical-coordinate representation of color #C65983: hue angle of 336.88º 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 #C65983 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 131 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.22 |
| HSL | 336.88º | 0.49% | 0.56% | - |
| HSV(B) | 336.88º | 0.55% | 0.78% | - |
| XYZ | 30.96 | 20.79 | 23.85 | - |
| YUV | 126.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 131 | 0 | 0.55 | 0.34 | 0.22 | 336.88 | 0.49 | 0.56 |
| Hex | C6 | 59 | 83 | 0 | 37 | 22 | 16 | 151 | 31 | 38 |
| Octal | 306 | 131 | 203 | 0 | 67 | 42 | 26 | 521 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10000011 | 0 | 110111 | 100010 | 10110 | 101010001 | 110001 | 111000 |
Color Harmonies of #C65983
Complementary color
Monochromatic Colors of #C65983
Black with #C65983
Text Example
Text Example
White with #C65983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65983; }
p { color: rgb(198,89,131); }
H1.HeaderClassName
{
color: #C65983;
}
.AnyTagClassName
{
color: #C65983;
}
</style>
background-color css
<style>
a { background-color: #C65983; }
a { background-color: rgb(198,89,131); }
div.DivClassName
{
background-color: #C65983;
}
.BgClassName
{
background-color: #C65983;
}
</style>
border-color css
<style>
span { border-color: #C65983; }
span { border-color: rgb(198,89,131); }
td.TdClassName
{
border-color: #C65983;
}
.TagClassName
{
border-color: #C65983;
}
</style>