Shades of Mulberry #C65489
Tints of Mulberry #C65489
RGB
CMYK
RGB Variations
Color information
#C65489 (or 0xC65489) is known color: Mulberry. HEX triplet: C6, 54 and 89. RGB value is (198,84,137). Sum of RGB (Red+Green+Blue) = 198+84+137=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65489 is #39AB76. Grayscale: #7C7C7C. Windows color (decimal): -3779447 or 9000134. OLE color: 9000134.
HSL color Cylindrical-coordinate representation of color #C65489: hue angle of 332.11º 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 #C65489 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 137 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.22 |
| HSL | 332.11º | 0.5% | 0.55% | - |
| HSV(B) | 332.11º | 0.58% | 0.78% | - |
| XYZ | 30.97 | 20.15 | 25.92 | - |
| YUV | 124.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 137 | 0 | 0.58 | 0.31 | 0.22 | 332.11 | 0.5 | 0.55 |
| Hex | C6 | 54 | 89 | 0 | 3A | 1F | 16 | 14C | 32 | 37 |
| Octal | 306 | 124 | 211 | 0 | 72 | 37 | 26 | 514 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10001001 | 0 | 111010 | 11111 | 10110 | 101001100 | 110010 | 110111 |
Color Harmonies of #C65489
Complementary color
Monochromatic Colors of #C65489
Black with #C65489
Text Example
Text Example
White with #C65489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65489; }
p { color: rgb(198,84,137); }
H1.HeaderClassName
{
color: #C65489;
}
.AnyTagClassName
{
color: #C65489;
}
</style>
background-color css
<style>
a { background-color: #C65489; }
a { background-color: rgb(198,84,137); }
div.DivClassName
{
background-color: #C65489;
}
.BgClassName
{
background-color: #C65489;
}
</style>
border-color css
<style>
span { border-color: #C65489; }
span { border-color: rgb(198,84,137); }
td.TdClassName
{
border-color: #C65489;
}
.TagClassName
{
border-color: #C65489;
}
</style>