Shades of Mulberry #C65799
Tints of Mulberry #C65799
RGB
CMYK
RGB Variations
Color information
#C65799 (or 0xC65799) is known color: Mulberry. HEX triplet: C6, 57 and 99. RGB value is (198,87,153). Sum of RGB (Red+Green+Blue) = 198+87+153=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C65799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65799 is #39A866. Grayscale: #7F7F7F. Windows color (decimal): -3778663 or 10049478. OLE color: 10049478.
HSL color Cylindrical-coordinate representation of color #C65799: hue angle of 324.32º 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 #C65799 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 153 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.22 |
| HSL | 324.32º | 0.49% | 0.56% | - |
| HSV(B) | 324.32º | 0.56% | 0.78% | - |
| XYZ | 32.45 | 21.12 | 32.5 | - |
| YUV | 127.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 153 | 0 | 0.56 | 0.23 | 0.22 | 324.32 | 0.49 | 0.56 |
| Hex | C6 | 57 | 99 | 0 | 38 | 17 | 16 | 144 | 31 | 38 |
| Octal | 306 | 127 | 231 | 0 | 70 | 27 | 26 | 504 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10011001 | 0 | 111000 | 10111 | 10110 | 101000100 | 110001 | 111000 |
Color Harmonies of #C65799
Complementary color
Monochromatic Colors of #C65799
Black with #C65799
Text Example
Text Example
White with #C65799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65799; }
p { color: rgb(198,87,153); }
H1.HeaderClassName
{
color: #C65799;
}
.AnyTagClassName
{
color: #C65799;
}
</style>
background-color css
<style>
a { background-color: #C65799; }
a { background-color: rgb(198,87,153); }
div.DivClassName
{
background-color: #C65799;
}
.BgClassName
{
background-color: #C65799;
}
</style>
border-color css
<style>
span { border-color: #C65799; }
span { border-color: rgb(198,87,153); }
td.TdClassName
{
border-color: #C65799;
}
.TagClassName
{
border-color: #C65799;
}
</style>