Shades of Mulberry #C65991
Tints of Mulberry #C65991
RGB
CMYK
RGB Variations
Color information
#C65991 (or 0xC65991) is known color: Mulberry. HEX triplet: C6, 59 and 91. RGB value is (198,89,145). Sum of RGB (Red+Green+Blue) = 198+89+145=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65991 is #39A66E. Grayscale: #7F7F7F. Windows color (decimal): -3778159 or 9525702. OLE color: 9525702.
HSL color Cylindrical-coordinate representation of color #C65991: hue angle of 329.17º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65991 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 145 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.22 |
| HSL | 329.17º | 0.49% | 0.56% | - |
| HSV(B) | 329.17º | 0.55% | 0.78% | - |
| XYZ | 31.97 | 21.19 | 29.19 | - |
| YUV | 127.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 145 | 0 | 0.55 | 0.27 | 0.22 | 329.17 | 0.49 | 0.56 |
| Hex | C6 | 59 | 91 | 0 | 37 | 1B | 16 | 149 | 31 | 38 |
| Octal | 306 | 131 | 221 | 0 | 67 | 33 | 26 | 511 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10010001 | 0 | 110111 | 11011 | 10110 | 101001001 | 110001 | 111000 |
Color Harmonies of #C65991
Complementary color
Monochromatic Colors of #C65991
Black with #C65991
Text Example
Text Example
White with #C65991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65991; }
p { color: rgb(198,89,145); }
H1.HeaderClassName
{
color: #C65991;
}
.AnyTagClassName
{
color: #C65991;
}
</style>
background-color css
<style>
a { background-color: #C65991; }
a { background-color: rgb(198,89,145); }
div.DivClassName
{
background-color: #C65991;
}
.BgClassName
{
background-color: #C65991;
}
</style>
border-color css
<style>
span { border-color: #C65991; }
span { border-color: rgb(198,89,145); }
td.TdClassName
{
border-color: #C65991;
}
.TagClassName
{
border-color: #C65991;
}
</style>