Shades of Mulberry #C6509E
Tints of Mulberry #C6509E
RGB
CMYK
RGB Variations
Color information
#C6509E (or 0xC6509E) is known color: Mulberry. HEX triplet: C6, 50 and 9E. RGB value is (198,80,158). Sum of RGB (Red+Green+Blue) = 198+80+158=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6509E is #39AF61. Grayscale: #7B7B7B. Windows color (decimal): -3780450 or 10375366. OLE color: 10375366.
HSL color Cylindrical-coordinate representation of color #C6509E: hue angle of 320.34º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6509E is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 158 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.22 |
| HSL | 320.34º | 0.51% | 0.55% | - |
| HSV(B) | 320.34º | 0.6% | 0.78% | - |
| XYZ | 32.33 | 20.21 | 34.55 | - |
| YUV | 124.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 158 | 0 | 0.60 | 0.20 | 0.22 | 320.34 | 0.51 | 0.55 |
| Hex | C6 | 50 | 9E | 0 | 3C | 14 | 16 | 140 | 33 | 37 |
| Octal | 306 | 120 | 236 | 0 | 74 | 24 | 26 | 500 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10011110 | 0 | 111100 | 10100 | 10110 | 101000000 | 110011 | 110111 |
Color Harmonies of #C6509E
Complementary color
Monochromatic Colors of #C6509E
Black with #C6509E
Text Example
Text Example
White with #C6509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6509E; }
p { color: rgb(198,80,158); }
H1.HeaderClassName
{
color: #C6509E;
}
.AnyTagClassName
{
color: #C6509E;
}
</style>
background-color css
<style>
a { background-color: #C6509E; }
a { background-color: rgb(198,80,158); }
div.DivClassName
{
background-color: #C6509E;
}
.BgClassName
{
background-color: #C6509E;
}
</style>
border-color css
<style>
span { border-color: #C6509E; }
span { border-color: rgb(198,80,158); }
td.TdClassName
{
border-color: #C6509E;
}
.TagClassName
{
border-color: #C6509E;
}
</style>