Shades of Mulberry #C65993
Tints of Mulberry #C65993
RGB
CMYK
RGB Variations
Color information
#C65993 (or 0xC65993) is known color: Mulberry. HEX triplet: C6, 59 and 93. RGB value is (198,89,147). Sum of RGB (Red+Green+Blue) = 198+89+147=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C65993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65993 is #39A66C. Grayscale: #808080. Windows color (decimal): -3778157 or 9656774. OLE color: 9656774.
HSL color Cylindrical-coordinate representation of color #C65993: hue angle of 328.07º 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 #C65993 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 147 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.22 |
| HSL | 328.07º | 0.49% | 0.56% | - |
| HSV(B) | 328.07º | 0.55% | 0.78% | - |
| XYZ | 32.13 | 21.26 | 30.01 | - |
| YUV | 128.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 147 | 0 | 0.55 | 0.26 | 0.22 | 328.07 | 0.49 | 0.56 |
| Hex | C6 | 59 | 93 | 0 | 37 | 1A | 16 | 148 | 31 | 38 |
| Octal | 306 | 131 | 223 | 0 | 67 | 32 | 26 | 510 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10010011 | 0 | 110111 | 11010 | 10110 | 101001000 | 110001 | 111000 |
Color Harmonies of #C65993
Complementary color
Monochromatic Colors of #C65993
Black with #C65993
Text Example
Text Example
White with #C65993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65993; }
p { color: rgb(198,89,147); }
H1.HeaderClassName
{
color: #C65993;
}
.AnyTagClassName
{
color: #C65993;
}
</style>
background-color css
<style>
a { background-color: #C65993; }
a { background-color: rgb(198,89,147); }
div.DivClassName
{
background-color: #C65993;
}
.BgClassName
{
background-color: #C65993;
}
</style>
border-color css
<style>
span { border-color: #C65993; }
span { border-color: rgb(198,89,147); }
td.TdClassName
{
border-color: #C65993;
}
.TagClassName
{
border-color: #C65993;
}
</style>