Shades of Mulberry #C6519B
Tints of Mulberry #C6519B
RGB
CMYK
RGB Variations
Color information
#C6519B (or 0xC6519B) is known color: Mulberry. HEX triplet: C6, 51 and 9B. RGB value is (198,81,155). Sum of RGB (Red+Green+Blue) = 198+81+155=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519B is #39AE64. Grayscale: #7C7C7C. Windows color (decimal): -3780197 or 10179014. OLE color: 10179014.
HSL color Cylindrical-coordinate representation of color #C6519B: hue angle of 322.05º 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 #C6519B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 155 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 322.05º | 0.51% | 0.55% | - |
| HSV(B) | 322.05º | 0.59% | 0.78% | - |
| XYZ | 32.15 | 20.26 | 33.23 | - |
| YUV | 124.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 155 | 0 | 0.59 | 0.22 | 0.22 | 322.05 | 0.51 | 0.55 |
| Hex | C6 | 51 | 9B | 0 | 3B | 16 | 16 | 142 | 33 | 37 |
| Octal | 306 | 121 | 233 | 0 | 73 | 26 | 26 | 502 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10011011 | 0 | 111011 | 10110 | 10110 | 101000010 | 110011 | 110111 |
Color Harmonies of #C6519B
Complementary color
Monochromatic Colors of #C6519B
Black with #C6519B
Text Example
Text Example
White with #C6519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6519B; }
p { color: rgb(198,81,155); }
H1.HeaderClassName
{
color: #C6519B;
}
.AnyTagClassName
{
color: #C6519B;
}
</style>
background-color css
<style>
a { background-color: #C6519B; }
a { background-color: rgb(198,81,155); }
div.DivClassName
{
background-color: #C6519B;
}
.BgClassName
{
background-color: #C6519B;
}
</style>
border-color css
<style>
span { border-color: #C6519B; }
span { border-color: rgb(198,81,155); }
td.TdClassName
{
border-color: #C6519B;
}
.TagClassName
{
border-color: #C6519B;
}
</style>