Shades of Mulberry #C6589B
Tints of Mulberry #C6589B
RGB
CMYK
RGB Variations
Color information
#C6589B (or 0xC6589B) is known color: Mulberry. HEX triplet: C6, 58 and 9B. RGB value is (198,88,155). Sum of RGB (Red+Green+Blue) = 198+88+155=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6589B is #39A764. Grayscale: #808080. Windows color (decimal): -3778405 or 10180806. OLE color: 10180806.
HSL color Cylindrical-coordinate representation of color #C6589B: hue angle of 323.45º 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 #C6589B is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 155 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.22 |
| HSL | 323.45º | 0.49% | 0.56% | - |
| HSV(B) | 323.45º | 0.56% | 0.78% | - |
| XYZ | 32.69 | 21.35 | 33.41 | - |
| YUV | 128.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 155 | 0 | 0.56 | 0.22 | 0.22 | 323.45 | 0.49 | 0.56 |
| Hex | C6 | 58 | 9B | 0 | 38 | 16 | 16 | 143 | 31 | 38 |
| Octal | 306 | 130 | 233 | 0 | 70 | 26 | 26 | 503 | 61 | 70 |
| Binary | 11000110 | 1011000 | 10011011 | 0 | 111000 | 10110 | 10110 | 101000011 | 110001 | 111000 |
Color Harmonies of #C6589B
Complementary color
Monochromatic Colors of #C6589B
Black with #C6589B
Text Example
Text Example
White with #C6589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6589B; }
p { color: rgb(198,88,155); }
H1.HeaderClassName
{
color: #C6589B;
}
.AnyTagClassName
{
color: #C6589B;
}
</style>
background-color css
<style>
a { background-color: #C6589B; }
a { background-color: rgb(198,88,155); }
div.DivClassName
{
background-color: #C6589B;
}
.BgClassName
{
background-color: #C6589B;
}
</style>
border-color css
<style>
span { border-color: #C6589B; }
span { border-color: rgb(198,88,155); }
td.TdClassName
{
border-color: #C6589B;
}
.TagClassName
{
border-color: #C6589B;
}
</style>