Shades of Mulberry #C65794
Tints of Mulberry #C65794
RGB
CMYK
RGB Variations
Color information
#C65794 (or 0xC65794) is known color: Mulberry. HEX triplet: C6, 57 and 94. RGB value is (198,87,148). Sum of RGB (Red+Green+Blue) = 198+87+148=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65794 is #39A86B. Grayscale: #7F7F7F. Windows color (decimal): -3778668 or 9721798. OLE color: 9721798.
HSL color Cylindrical-coordinate representation of color #C65794: hue angle of 327.03º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65794 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 148 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.22 |
| HSL | 327.03º | 0.49% | 0.56% | - |
| HSV(B) | 327.03º | 0.56% | 0.78% | - |
| XYZ | 32.04 | 20.96 | 30.37 | - |
| YUV | 127.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 148 | 0 | 0.56 | 0.25 | 0.22 | 327.03 | 0.49 | 0.56 |
| Hex | C6 | 57 | 94 | 0 | 38 | 19 | 16 | 147 | 31 | 38 |
| Octal | 306 | 127 | 224 | 0 | 70 | 31 | 26 | 507 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10010100 | 0 | 111000 | 11001 | 10110 | 101000111 | 110001 | 111000 |
Color Harmonies of #C65794
Complementary color
Monochromatic Colors of #C65794
Black with #C65794
Text Example
Text Example
White with #C65794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65794; }
p { color: rgb(198,87,148); }
H1.HeaderClassName
{
color: #C65794;
}
.AnyTagClassName
{
color: #C65794;
}
</style>
background-color css
<style>
a { background-color: #C65794; }
a { background-color: rgb(198,87,148); }
div.DivClassName
{
background-color: #C65794;
}
.BgClassName
{
background-color: #C65794;
}
</style>
border-color css
<style>
span { border-color: #C65794; }
span { border-color: rgb(198,87,148); }
td.TdClassName
{
border-color: #C65794;
}
.TagClassName
{
border-color: #C65794;
}
</style>