Shades of Mulberry #C6519A
Tints of Mulberry #C6519A
RGB
CMYK
RGB Variations
Color information
#C6519A (or 0xC6519A) is known color: Mulberry. HEX triplet: C6, 51 and 9A. RGB value is (198,81,154). Sum of RGB (Red+Green+Blue) = 198+81+154=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519A is #39AE65. Grayscale: #7C7C7C. Windows color (decimal): -3780198 or 10113478. OLE color: 10113478.
HSL color Cylindrical-coordinate representation of color #C6519A: hue angle of 322.56º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6519A is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 154 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 322.56º | 0.51% | 0.55% | - |
| HSV(B) | 322.56º | 0.59% | 0.78% | - |
| XYZ | 32.06 | 20.22 | 32.79 | - |
| YUV | 124.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 154 | 0 | 0.59 | 0.22 | 0.22 | 322.56 | 0.51 | 0.55 |
| Hex | C6 | 51 | 9A | 0 | 3B | 16 | 16 | 143 | 33 | 37 |
| Octal | 306 | 121 | 232 | 0 | 73 | 26 | 26 | 503 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10011010 | 0 | 111011 | 10110 | 10110 | 101000011 | 110011 | 110111 |
Color Harmonies of #C6519A
Complementary color
Monochromatic Colors of #C6519A
Black with #C6519A
Text Example
Text Example
White with #C6519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6519A; }
p { color: rgb(198,81,154); }
H1.HeaderClassName
{
color: #C6519A;
}
.AnyTagClassName
{
color: #C6519A;
}
</style>
background-color css
<style>
a { background-color: #C6519A; }
a { background-color: rgb(198,81,154); }
div.DivClassName
{
background-color: #C6519A;
}
.BgClassName
{
background-color: #C6519A;
}
</style>
border-color css
<style>
span { border-color: #C6519A; }
span { border-color: rgb(198,81,154); }
td.TdClassName
{
border-color: #C6519A;
}
.TagClassName
{
border-color: #C6519A;
}
</style>