Shades of Mulberry #C65089
Tints of Mulberry #C65089
RGB
CMYK
RGB Variations
Color information
#C65089 (or 0xC65089) is known color: Mulberry. HEX triplet: C6, 50 and 89. RGB value is (198,80,137). Sum of RGB (Red+Green+Blue) = 198+80+137=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C65089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65089 is #39AF76. Grayscale: #797979. Windows color (decimal): -3780471 or 8999110. OLE color: 8999110.
HSL color Cylindrical-coordinate representation of color #C65089: hue angle of 331.02º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65089 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 137 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.22 |
| HSL | 331.02º | 0.51% | 0.55% | - |
| HSV(B) | 331.02º | 0.6% | 0.78% | - |
| XYZ | 30.67 | 19.55 | 25.82 | - |
| YUV | 121.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 137 | 0 | 0.60 | 0.31 | 0.22 | 331.02 | 0.51 | 0.55 |
| Hex | C6 | 50 | 89 | 0 | 3C | 1F | 16 | 14B | 33 | 37 |
| Octal | 306 | 120 | 211 | 0 | 74 | 37 | 26 | 513 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10001001 | 0 | 111100 | 11111 | 10110 | 101001011 | 110011 | 110111 |
Color Harmonies of #C65089
Complementary color
Monochromatic Colors of #C65089
Black with #C65089
Text Example
Text Example
White with #C65089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65089; }
p { color: rgb(198,80,137); }
H1.HeaderClassName
{
color: #C65089;
}
.AnyTagClassName
{
color: #C65089;
}
</style>
background-color css
<style>
a { background-color: #C65089; }
a { background-color: rgb(198,80,137); }
div.DivClassName
{
background-color: #C65089;
}
.BgClassName
{
background-color: #C65089;
}
</style>
border-color css
<style>
span { border-color: #C65089; }
span { border-color: rgb(198,80,137); }
td.TdClassName
{
border-color: #C65089;
}
.TagClassName
{
border-color: #C65089;
}
</style>