Shades of Mulberry #C65887
Tints of Mulberry #C65887
RGB
CMYK
RGB Variations
Color information
#C65887 (or 0xC65887) is known color: Mulberry. HEX triplet: C6, 58 and 87. RGB value is (198,88,135). Sum of RGB (Red+Green+Blue) = 198+88+135=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C65887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65887 is #39A778. Grayscale: #7E7E7E. Windows color (decimal): -3778425 or 8870086. OLE color: 8870086.
HSL color Cylindrical-coordinate representation of color #C65887: hue angle of 334.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65887 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 135 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.22 |
| HSL | 334.36º | 0.49% | 0.56% | - |
| HSV(B) | 334.36º | 0.56% | 0.78% | - |
| XYZ | 31.15 | 20.73 | 25.28 | - |
| YUV | 126.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 135 | 0 | 0.56 | 0.32 | 0.22 | 334.36 | 0.49 | 0.56 |
| Hex | C6 | 58 | 87 | 0 | 38 | 20 | 16 | 14E | 31 | 38 |
| Octal | 306 | 130 | 207 | 0 | 70 | 40 | 26 | 516 | 61 | 70 |
| Binary | 11000110 | 1011000 | 10000111 | 0 | 111000 | 100000 | 10110 | 101001110 | 110001 | 111000 |
Color Harmonies of #C65887
Complementary color
Monochromatic Colors of #C65887
Black with #C65887
Text Example
Text Example
White with #C65887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65887; }
p { color: rgb(198,88,135); }
H1.HeaderClassName
{
color: #C65887;
}
.AnyTagClassName
{
color: #C65887;
}
</style>
background-color css
<style>
a { background-color: #C65887; }
a { background-color: rgb(198,88,135); }
div.DivClassName
{
background-color: #C65887;
}
.BgClassName
{
background-color: #C65887;
}
</style>
border-color css
<style>
span { border-color: #C65887; }
span { border-color: rgb(198,88,135); }
td.TdClassName
{
border-color: #C65887;
}
.TagClassName
{
border-color: #C65887;
}
</style>