Shades of Mulberry #C6579C
Tints of Mulberry #C6579C
RGB
CMYK
RGB Variations
Color information
#C6579C (or 0xC6579C) is known color: Mulberry. HEX triplet: C6, 57 and 9C. RGB value is (198,87,156). Sum of RGB (Red+Green+Blue) = 198+87+156=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6579C is #39A863. Grayscale: #7F7F7F. Windows color (decimal): -3778660 or 10246086. OLE color: 10246086.
HSL color Cylindrical-coordinate representation of color #C6579C: hue angle of 322.7º 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 #C6579C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 156 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.22 |
| HSL | 322.7º | 0.49% | 0.56% | - |
| HSV(B) | 322.7º | 0.56% | 0.78% | - |
| XYZ | 32.7 | 21.22 | 33.83 | - |
| YUV | 128.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 156 | 0 | 0.56 | 0.21 | 0.22 | 322.7 | 0.49 | 0.56 |
| Hex | C6 | 57 | 9C | 0 | 38 | 15 | 16 | 143 | 31 | 38 |
| Octal | 306 | 127 | 234 | 0 | 70 | 25 | 26 | 503 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10011100 | 0 | 111000 | 10101 | 10110 | 101000011 | 110001 | 111000 |
Color Harmonies of #C6579C
Complementary color
Monochromatic Colors of #C6579C
Black with #C6579C
Text Example
Text Example
White with #C6579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6579C; }
p { color: rgb(198,87,156); }
H1.HeaderClassName
{
color: #C6579C;
}
.AnyTagClassName
{
color: #C6579C;
}
</style>
background-color css
<style>
a { background-color: #C6579C; }
a { background-color: rgb(198,87,156); }
div.DivClassName
{
background-color: #C6579C;
}
.BgClassName
{
background-color: #C6579C;
}
</style>
border-color css
<style>
span { border-color: #C6579C; }
span { border-color: rgb(198,87,156); }
td.TdClassName
{
border-color: #C6579C;
}
.TagClassName
{
border-color: #C6579C;
}
</style>