Shades of Mulberry #C64087
Tints of Mulberry #C64087
RGB
CMYK
RGB Variations
Color information
#C64087 (or 0xC64087) is known color: Mulberry. HEX triplet: C6, 40 and 87. RGB value is (198,64,135). Sum of RGB (Red+Green+Blue) = 198+64+135=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64087 is #39BF78. Grayscale: #707070. Windows color (decimal): -3784569 or 8863942. OLE color: 8863942.
HSL color Cylindrical-coordinate representation of color #C64087: hue angle of 328.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64087 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 135 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.22 |
| HSL | 328.21º | 0.54% | 0.51% | - |
| HSV(B) | 328.21º | 0.68% | 0.78% | - |
| XYZ | 29.5 | 17.42 | 24.73 | - |
| YUV | 112.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 135 | 0 | 0.68 | 0.32 | 0.22 | 328.21 | 0.54 | 0.51 |
| Hex | C6 | 40 | 87 | 0 | 44 | 20 | 16 | 148 | 36 | 33 |
| Octal | 306 | 100 | 207 | 0 | 104 | 40 | 26 | 510 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10000111 | 0 | 1000100 | 100000 | 10110 | 101001000 | 110110 | 110011 |
Color Harmonies of #C64087
Complementary color
Monochromatic Colors of #C64087
Black with #C64087
Text Example
Text Example
White with #C64087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64087; }
p { color: rgb(198,64,135); }
H1.HeaderClassName
{
color: #C64087;
}
.AnyTagClassName
{
color: #C64087;
}
</style>
background-color css
<style>
a { background-color: #C64087; }
a { background-color: rgb(198,64,135); }
div.DivClassName
{
background-color: #C64087;
}
.BgClassName
{
background-color: #C64087;
}
</style>
border-color css
<style>
span { border-color: #C64087; }
span { border-color: rgb(198,64,135); }
td.TdClassName
{
border-color: #C64087;
}
.TagClassName
{
border-color: #C64087;
}
</style>