Shades of Mulberry #C6599D
Tints of Mulberry #C6599D
RGB
CMYK
RGB Variations
Color information
#C6599D (or 0xC6599D) is known color: Mulberry. HEX triplet: C6, 59 and 9D. RGB value is (198,89,157). Sum of RGB (Red+Green+Blue) = 198+89+157=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6599D is #39A662. Grayscale: #818181. Windows color (decimal): -3778147 or 10312134. OLE color: 10312134.
HSL color Cylindrical-coordinate representation of color #C6599D: hue angle of 322.57º 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 #C6599D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 157 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.22 |
| HSL | 322.57º | 0.49% | 0.56% | - |
| HSV(B) | 322.57º | 0.55% | 0.78% | - |
| XYZ | 32.95 | 21.58 | 34.33 | - |
| YUV | 129.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 157 | 0 | 0.55 | 0.21 | 0.22 | 322.57 | 0.49 | 0.56 |
| Hex | C6 | 59 | 9D | 0 | 37 | 15 | 16 | 143 | 31 | 38 |
| Octal | 306 | 131 | 235 | 0 | 67 | 25 | 26 | 503 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10011101 | 0 | 110111 | 10101 | 10110 | 101000011 | 110001 | 111000 |
Color Harmonies of #C6599D
Complementary color
Monochromatic Colors of #C6599D
Black with #C6599D
Text Example
Text Example
White with #C6599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6599D; }
p { color: rgb(198,89,157); }
H1.HeaderClassName
{
color: #C6599D;
}
.AnyTagClassName
{
color: #C6599D;
}
</style>
background-color css
<style>
a { background-color: #C6599D; }
a { background-color: rgb(198,89,157); }
div.DivClassName
{
background-color: #C6599D;
}
.BgClassName
{
background-color: #C6599D;
}
</style>
border-color css
<style>
span { border-color: #C6599D; }
span { border-color: rgb(198,89,157); }
td.TdClassName
{
border-color: #C6599D;
}
.TagClassName
{
border-color: #C6599D;
}
</style>