Shades of Mulberry #C65589
Tints of Mulberry #C65589
RGB
CMYK
RGB Variations
Color information
#C65589 (or 0xC65589) is known color: Mulberry. HEX triplet: C6, 55 and 89. RGB value is (198,85,137). Sum of RGB (Red+Green+Blue) = 198+85+137=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C65589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65589 is #39AA76. Grayscale: #7C7C7C. Windows color (decimal): -3779191 or 9000390. OLE color: 9000390.
HSL color Cylindrical-coordinate representation of color #C65589: hue angle of 332.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65589 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 137 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.22 |
| HSL | 332.39º | 0.5% | 0.55% | - |
| HSV(B) | 332.39º | 0.57% | 0.78% | - |
| XYZ | 31.05 | 20.31 | 25.95 | - |
| YUV | 124.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 137 | 0 | 0.57 | 0.31 | 0.22 | 332.39 | 0.5 | 0.55 |
| Hex | C6 | 55 | 89 | 0 | 39 | 1F | 16 | 14C | 32 | 37 |
| Octal | 306 | 125 | 211 | 0 | 71 | 37 | 26 | 514 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10001001 | 0 | 111001 | 11111 | 10110 | 101001100 | 110010 | 110111 |
Color Harmonies of #C65589
Complementary color
Monochromatic Colors of #C65589
Black with #C65589
Text Example
Text Example
White with #C65589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65589; }
p { color: rgb(198,85,137); }
H1.HeaderClassName
{
color: #C65589;
}
.AnyTagClassName
{
color: #C65589;
}
</style>
background-color css
<style>
a { background-color: #C65589; }
a { background-color: rgb(198,85,137); }
div.DivClassName
{
background-color: #C65589;
}
.BgClassName
{
background-color: #C65589;
}
</style>
border-color css
<style>
span { border-color: #C65589; }
span { border-color: rgb(198,85,137); }
td.TdClassName
{
border-color: #C65589;
}
.TagClassName
{
border-color: #C65589;
}
</style>