Shades of Mulberry #C65995
Tints of Mulberry #C65995
RGB
CMYK
RGB Variations
Color information
#C65995 (or 0xC65995) is known color: Mulberry. HEX triplet: C6, 59 and 95. RGB value is (198,89,149). Sum of RGB (Red+Green+Blue) = 198+89+149=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C65995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65995 is #39A66A. Grayscale: #808080. Windows color (decimal): -3778155 or 9787846. OLE color: 9787846.
HSL color Cylindrical-coordinate representation of color #C65995: hue angle of 326.97º 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 #C65995 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 149 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.22 |
| HSL | 326.97º | 0.49% | 0.56% | - |
| HSV(B) | 326.97º | 0.55% | 0.78% | - |
| XYZ | 32.29 | 21.32 | 30.85 | - |
| YUV | 128.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 149 | 0 | 0.55 | 0.25 | 0.22 | 326.97 | 0.49 | 0.56 |
| Hex | C6 | 59 | 95 | 0 | 37 | 19 | 16 | 147 | 31 | 38 |
| Octal | 306 | 131 | 225 | 0 | 67 | 31 | 26 | 507 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10010101 | 0 | 110111 | 11001 | 10110 | 101000111 | 110001 | 111000 |
Color Harmonies of #C65995
Complementary color
Monochromatic Colors of #C65995
Black with #C65995
Text Example
Text Example
White with #C65995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65995; }
p { color: rgb(198,89,149); }
H1.HeaderClassName
{
color: #C65995;
}
.AnyTagClassName
{
color: #C65995;
}
</style>
background-color css
<style>
a { background-color: #C65995; }
a { background-color: rgb(198,89,149); }
div.DivClassName
{
background-color: #C65995;
}
.BgClassName
{
background-color: #C65995;
}
</style>
border-color css
<style>
span { border-color: #C65995; }
span { border-color: rgb(198,89,149); }
td.TdClassName
{
border-color: #C65995;
}
.TagClassName
{
border-color: #C65995;
}
</style>