Shades of Mulberry #C65087
Tints of Mulberry #C65087
RGB
CMYK
RGB Variations
Color information
#C65087 (or 0xC65087) is known color: Mulberry. HEX triplet: C6, 50 and 87. RGB value is (198,80,135). Sum of RGB (Red+Green+Blue) = 198+80+135=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65087 is #39AF78. Grayscale: #797979. Windows color (decimal): -3780473 or 8868038. OLE color: 8868038.
HSL color Cylindrical-coordinate representation of color #C65087: hue angle of 332.03º 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 #C65087 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 135 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.22 |
| HSL | 332.03º | 0.51% | 0.55% | - |
| HSV(B) | 332.03º | 0.6% | 0.78% | - |
| XYZ | 30.53 | 19.49 | 25.07 | - |
| YUV | 121.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 135 | 0 | 0.60 | 0.32 | 0.22 | 332.03 | 0.51 | 0.55 |
| Hex | C6 | 50 | 87 | 0 | 3C | 20 | 16 | 14C | 33 | 37 |
| Octal | 306 | 120 | 207 | 0 | 74 | 40 | 26 | 514 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10000111 | 0 | 111100 | 100000 | 10110 | 101001100 | 110011 | 110111 |
Color Harmonies of #C65087
Complementary color
Monochromatic Colors of #C65087
Black with #C65087
Text Example
Text Example
White with #C65087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65087; }
p { color: rgb(198,80,135); }
H1.HeaderClassName
{
color: #C65087;
}
.AnyTagClassName
{
color: #C65087;
}
</style>
background-color css
<style>
a { background-color: #C65087; }
a { background-color: rgb(198,80,135); }
div.DivClassName
{
background-color: #C65087;
}
.BgClassName
{
background-color: #C65087;
}
</style>
border-color css
<style>
span { border-color: #C65087; }
span { border-color: rgb(198,80,135); }
td.TdClassName
{
border-color: #C65087;
}
.TagClassName
{
border-color: #C65087;
}
</style>