Shades of Mulberry #C65695
Tints of Mulberry #C65695
RGB
CMYK
RGB Variations
Color information
#C65695 (or 0xC65695) is known color: Mulberry. HEX triplet: C6, 56 and 95. RGB value is (198,86,149). Sum of RGB (Red+Green+Blue) = 198+86+149=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65695 is #39A96A. Grayscale: #7E7E7E. Windows color (decimal): -3778923 or 9787078. OLE color: 9787078.
HSL color Cylindrical-coordinate representation of color #C65695: hue angle of 326.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65695 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 149 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.22 |
| HSL | 326.25º | 0.5% | 0.56% | - |
| HSV(B) | 326.25º | 0.57% | 0.78% | - |
| XYZ | 32.04 | 20.83 | 30.77 | - |
| YUV | 126.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 149 | 0 | 0.57 | 0.25 | 0.22 | 326.25 | 0.5 | 0.56 |
| Hex | C6 | 56 | 95 | 0 | 39 | 19 | 16 | 146 | 32 | 38 |
| Octal | 306 | 126 | 225 | 0 | 71 | 31 | 26 | 506 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10010101 | 0 | 111001 | 11001 | 10110 | 101000110 | 110010 | 111000 |
Color Harmonies of #C65695
Complementary color
Monochromatic Colors of #C65695
Black with #C65695
Text Example
Text Example
White with #C65695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65695; }
p { color: rgb(198,86,149); }
H1.HeaderClassName
{
color: #C65695;
}
.AnyTagClassName
{
color: #C65695;
}
</style>
background-color css
<style>
a { background-color: #C65695; }
a { background-color: rgb(198,86,149); }
div.DivClassName
{
background-color: #C65695;
}
.BgClassName
{
background-color: #C65695;
}
</style>
border-color css
<style>
span { border-color: #C65695; }
span { border-color: rgb(198,86,149); }
td.TdClassName
{
border-color: #C65695;
}
.TagClassName
{
border-color: #C65695;
}
</style>