Shades of Mulberry #C65690
Tints of Mulberry #C65690
RGB
CMYK
RGB Variations
Color information
#C65690 (or 0xC65690) is known color: Mulberry. HEX triplet: C6, 56 and 90. RGB value is (198,86,144). Sum of RGB (Red+Green+Blue) = 198+86+144=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C65690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65690 is #39A96F. Grayscale: #7D7D7D. Windows color (decimal): -3778928 or 9459398. OLE color: 9459398.
HSL color Cylindrical-coordinate representation of color #C65690: hue angle of 328.93º 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 #C65690 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 144 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.22 |
| HSL | 328.93º | 0.5% | 0.56% | - |
| HSV(B) | 328.93º | 0.57% | 0.78% | - |
| XYZ | 31.65 | 20.67 | 28.71 | - |
| YUV | 126.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 144 | 0 | 0.57 | 0.27 | 0.22 | 328.93 | 0.5 | 0.56 |
| Hex | C6 | 56 | 90 | 0 | 39 | 1B | 16 | 149 | 32 | 38 |
| Octal | 306 | 126 | 220 | 0 | 71 | 33 | 26 | 511 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10010000 | 0 | 111001 | 11011 | 10110 | 101001001 | 110010 | 111000 |
Color Harmonies of #C65690
Complementary color
Monochromatic Colors of #C65690
Black with #C65690
Text Example
Text Example
White with #C65690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65690; }
p { color: rgb(198,86,144); }
H1.HeaderClassName
{
color: #C65690;
}
.AnyTagClassName
{
color: #C65690;
}
</style>
background-color css
<style>
a { background-color: #C65690; }
a { background-color: rgb(198,86,144); }
div.DivClassName
{
background-color: #C65690;
}
.BgClassName
{
background-color: #C65690;
}
</style>
border-color css
<style>
span { border-color: #C65690; }
span { border-color: rgb(198,86,144); }
td.TdClassName
{
border-color: #C65690;
}
.TagClassName
{
border-color: #C65690;
}
</style>