Shades of Mulberry #C6599B
Tints of Mulberry #C6599B
RGB
CMYK
RGB Variations
Color information
#C6599B (or 0xC6599B) is known color: Mulberry. HEX triplet: C6, 59 and 9B. RGB value is (198,89,155). Sum of RGB (Red+Green+Blue) = 198+89+155=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6599B is #39A664. Grayscale: #808080. Windows color (decimal): -3778149 or 10181062. OLE color: 10181062.
HSL color Cylindrical-coordinate representation of color #C6599B: hue angle of 323.67º 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 #C6599B is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 155 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.22 |
| HSL | 323.67º | 0.49% | 0.56% | - |
| HSV(B) | 323.67º | 0.55% | 0.78% | - |
| XYZ | 32.78 | 21.52 | 33.44 | - |
| YUV | 129.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 155 | 0 | 0.55 | 0.22 | 0.22 | 323.67 | 0.49 | 0.56 |
| Hex | C6 | 59 | 9B | 0 | 37 | 16 | 16 | 144 | 31 | 38 |
| Octal | 306 | 131 | 233 | 0 | 67 | 26 | 26 | 504 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10011011 | 0 | 110111 | 10110 | 10110 | 101000100 | 110001 | 111000 |
Color Harmonies of #C6599B
Complementary color
Monochromatic Colors of #C6599B
Black with #C6599B
Text Example
Text Example
White with #C6599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6599B; }
p { color: rgb(198,89,155); }
H1.HeaderClassName
{
color: #C6599B;
}
.AnyTagClassName
{
color: #C6599B;
}
</style>
background-color css
<style>
a { background-color: #C6599B; }
a { background-color: rgb(198,89,155); }
div.DivClassName
{
background-color: #C6599B;
}
.BgClassName
{
background-color: #C6599B;
}
</style>
border-color css
<style>
span { border-color: #C6599B; }
span { border-color: rgb(198,89,155); }
td.TdClassName
{
border-color: #C6599B;
}
.TagClassName
{
border-color: #C6599B;
}
</style>