Shades of Mulberry #C65B87
Tints of Mulberry #C65B87
RGB
CMYK
RGB Variations
Color information
#C65B87 (or 0xC65B87) is known color: Mulberry. HEX triplet: C6, 5B and 87. RGB value is (198,91,135). Sum of RGB (Red+Green+Blue) = 198+91+135=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B87 is #39A478. Grayscale: #7F7F7F. Windows color (decimal): -3777657 or 8870854. OLE color: 8870854.
HSL color Cylindrical-coordinate representation of color #C65B87: hue angle of 335.33º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65B87 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 135 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.22 |
| HSL | 335.33º | 0.48% | 0.57% | - |
| HSV(B) | 335.33º | 0.54% | 0.78% | - |
| XYZ | 31.4 | 21.24 | 25.37 | - |
| YUV | 128.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 135 | 0 | 0.54 | 0.32 | 0.22 | 335.33 | 0.48 | 0.57 |
| Hex | C6 | 5B | 87 | 0 | 36 | 20 | 16 | 14F | 30 | 39 |
| Octal | 306 | 133 | 207 | 0 | 66 | 40 | 26 | 517 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10000111 | 0 | 110110 | 100000 | 10110 | 101001111 | 110000 | 111001 |
Color Harmonies of #C65B87
Complementary color
Monochromatic Colors of #C65B87
Black with #C65B87
Text Example
Text Example
White with #C65B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B87; }
p { color: rgb(198,91,135); }
H1.HeaderClassName
{
color: #C65B87;
}
.AnyTagClassName
{
color: #C65B87;
}
</style>
background-color css
<style>
a { background-color: #C65B87; }
a { background-color: rgb(198,91,135); }
div.DivClassName
{
background-color: #C65B87;
}
.BgClassName
{
background-color: #C65B87;
}
</style>
border-color css
<style>
span { border-color: #C65B87; }
span { border-color: rgb(198,91,135); }
td.TdClassName
{
border-color: #C65B87;
}
.TagClassName
{
border-color: #C65B87;
}
</style>