Shades of Mulberry #C6599C
Tints of Mulberry #C6599C
RGB
CMYK
RGB Variations
Color information
#C6599C (or 0xC6599C) is known color: Mulberry. HEX triplet: C6, 59 and 9C. RGB value is (198,89,156). Sum of RGB (Red+Green+Blue) = 198+89+156=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6599C is #39A663. Grayscale: #818181. Windows color (decimal): -3778148 or 10246598. OLE color: 10246598.
HSL color Cylindrical-coordinate representation of color #C6599C: hue angle of 323.12º 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 #C6599C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 156 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.22 |
| HSL | 323.12º | 0.49% | 0.56% | - |
| HSV(B) | 323.12º | 0.55% | 0.78% | - |
| XYZ | 32.86 | 21.55 | 33.88 | - |
| YUV | 129.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 156 | 0 | 0.55 | 0.21 | 0.22 | 323.12 | 0.49 | 0.56 |
| Hex | C6 | 59 | 9C | 0 | 37 | 15 | 16 | 143 | 31 | 38 |
| Octal | 306 | 131 | 234 | 0 | 67 | 25 | 26 | 503 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10011100 | 0 | 110111 | 10101 | 10110 | 101000011 | 110001 | 111000 |
Color Harmonies of #C6599C
Complementary color
Monochromatic Colors of #C6599C
Black with #C6599C
Text Example
Text Example
White with #C6599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6599C; }
p { color: rgb(198,89,156); }
H1.HeaderClassName
{
color: #C6599C;
}
.AnyTagClassName
{
color: #C6599C;
}
</style>
background-color css
<style>
a { background-color: #C6599C; }
a { background-color: rgb(198,89,156); }
div.DivClassName
{
background-color: #C6599C;
}
.BgClassName
{
background-color: #C6599C;
}
</style>
border-color css
<style>
span { border-color: #C6599C; }
span { border-color: rgb(198,89,156); }
td.TdClassName
{
border-color: #C6599C;
}
.TagClassName
{
border-color: #C6599C;
}
</style>