Shades of Mulberry #C65389
Tints of Mulberry #C65389
RGB
CMYK
RGB Variations
Color information
#C65389 (or 0xC65389) is known color: Mulberry. HEX triplet: C6, 53 and 89. RGB value is (198,83,137). Sum of RGB (Red+Green+Blue) = 198+83+137=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C65389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65389 is #39AC76. Grayscale: #7B7B7B. Windows color (decimal): -3779703 or 8999878. OLE color: 8999878.
HSL color Cylindrical-coordinate representation of color #C65389: hue angle of 331.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65389 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 137 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.22 |
| HSL | 331.83º | 0.5% | 0.55% | - |
| HSV(B) | 331.83º | 0.58% | 0.78% | - |
| XYZ | 30.9 | 20 | 25.9 | - |
| YUV | 123.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 137 | 0 | 0.58 | 0.31 | 0.22 | 331.83 | 0.5 | 0.55 |
| Hex | C6 | 53 | 89 | 0 | 3A | 1F | 16 | 14C | 32 | 37 |
| Octal | 306 | 123 | 211 | 0 | 72 | 37 | 26 | 514 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10001001 | 0 | 111010 | 11111 | 10110 | 101001100 | 110010 | 110111 |
Color Harmonies of #C65389
Complementary color
Monochromatic Colors of #C65389
Black with #C65389
Text Example
Text Example
White with #C65389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65389; }
p { color: rgb(198,83,137); }
H1.HeaderClassName
{
color: #C65389;
}
.AnyTagClassName
{
color: #C65389;
}
</style>
background-color css
<style>
a { background-color: #C65389; }
a { background-color: rgb(198,83,137); }
div.DivClassName
{
background-color: #C65389;
}
.BgClassName
{
background-color: #C65389;
}
</style>
border-color css
<style>
span { border-color: #C65389; }
span { border-color: rgb(198,83,137); }
td.TdClassName
{
border-color: #C65389;
}
.TagClassName
{
border-color: #C65389;
}
</style>