Shades of Mulberry #C65487
Tints of Mulberry #C65487
RGB
CMYK
RGB Variations
Color information
#C65487 (or 0xC65487) is known color: Mulberry. HEX triplet: C6, 54 and 87. RGB value is (198,84,135). Sum of RGB (Red+Green+Blue) = 198+84+135=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C65487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65487 is #39AB78. Grayscale: #7B7B7B. Windows color (decimal): -3779449 or 8869062. OLE color: 8869062.
HSL color Cylindrical-coordinate representation of color #C65487: hue angle of 333.16º 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 #C65487 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 135 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.22 |
| HSL | 333.16º | 0.5% | 0.55% | - |
| HSV(B) | 333.16º | 0.58% | 0.78% | - |
| XYZ | 30.83 | 20.1 | 25.18 | - |
| YUV | 123.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 135 | 0 | 0.58 | 0.32 | 0.22 | 333.16 | 0.5 | 0.55 |
| Hex | C6 | 54 | 87 | 0 | 3A | 20 | 16 | 14D | 32 | 37 |
| Octal | 306 | 124 | 207 | 0 | 72 | 40 | 26 | 515 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10000111 | 0 | 111010 | 100000 | 10110 | 101001101 | 110010 | 110111 |
Color Harmonies of #C65487
Complementary color
Monochromatic Colors of #C65487
Black with #C65487
Text Example
Text Example
White with #C65487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65487; }
p { color: rgb(198,84,135); }
H1.HeaderClassName
{
color: #C65487;
}
.AnyTagClassName
{
color: #C65487;
}
</style>
background-color css
<style>
a { background-color: #C65487; }
a { background-color: rgb(198,84,135); }
div.DivClassName
{
background-color: #C65487;
}
.BgClassName
{
background-color: #C65487;
}
</style>
border-color css
<style>
span { border-color: #C65487; }
span { border-color: rgb(198,84,135); }
td.TdClassName
{
border-color: #C65487;
}
.TagClassName
{
border-color: #C65487;
}
</style>