Shades of Mulberry #C6509D
Tints of Mulberry #C6509D
RGB
CMYK
RGB Variations
Color information
#C6509D (or 0xC6509D) is known color: Mulberry. HEX triplet: C6, 50 and 9D. RGB value is (198,80,157). Sum of RGB (Red+Green+Blue) = 198+80+157=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6509D is #39AF62. Grayscale: #7B7B7B. Windows color (decimal): -3780451 or 10309830. OLE color: 10309830.
HSL color Cylindrical-coordinate representation of color #C6509D: hue angle of 320.85º 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 #C6509D is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 157 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.22 |
| HSL | 320.85º | 0.51% | 0.55% | - |
| HSV(B) | 320.85º | 0.6% | 0.78% | - |
| XYZ | 32.24 | 20.18 | 34.09 | - |
| YUV | 124.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 157 | 0 | 0.60 | 0.21 | 0.22 | 320.85 | 0.51 | 0.55 |
| Hex | C6 | 50 | 9D | 0 | 3C | 15 | 16 | 141 | 33 | 37 |
| Octal | 306 | 120 | 235 | 0 | 74 | 25 | 26 | 501 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10011101 | 0 | 111100 | 10101 | 10110 | 101000001 | 110011 | 110111 |
Color Harmonies of #C6509D
Complementary color
Monochromatic Colors of #C6509D
Black with #C6509D
Text Example
Text Example
White with #C6509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6509D; }
p { color: rgb(198,80,157); }
H1.HeaderClassName
{
color: #C6509D;
}
.AnyTagClassName
{
color: #C6509D;
}
</style>
background-color css
<style>
a { background-color: #C6509D; }
a { background-color: rgb(198,80,157); }
div.DivClassName
{
background-color: #C6509D;
}
.BgClassName
{
background-color: #C6509D;
}
</style>
border-color css
<style>
span { border-color: #C6509D; }
span { border-color: rgb(198,80,157); }
td.TdClassName
{
border-color: #C6509D;
}
.TagClassName
{
border-color: #C6509D;
}
</style>