Shades of Mulberry #C6467E
Tints of Mulberry #C6467E
RGB
CMYK
RGB Variations
Color information
#C6467E (or 0xC6467E) is known color: Mulberry. HEX triplet: C6, 46 and 7E. RGB value is (198,70,126). Sum of RGB (Red+Green+Blue) = 198+70+126=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6467E is #39B981. Grayscale: #727272. Windows color (decimal): -3783042 or 8275654. OLE color: 8275654.
HSL color Cylindrical-coordinate representation of color #C6467E: hue angle of 333.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6467E is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 126 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.22 |
| HSL | 333.75º | 0.53% | 0.53% | - |
| HSV(B) | 333.75º | 0.65% | 0.78% | - |
| XYZ | 29.24 | 17.89 | 21.65 | - |
| YUV | 114.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 126 | 0 | 0.65 | 0.36 | 0.22 | 333.75 | 0.53 | 0.53 |
| Hex | C6 | 46 | 7E | 0 | 41 | 24 | 16 | 14E | 35 | 35 |
| Octal | 306 | 106 | 176 | 0 | 101 | 44 | 26 | 516 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1111110 | 0 | 1000001 | 100100 | 10110 | 101001110 | 110101 | 110101 |
Color Harmonies of #C6467E
Complementary color
Monochromatic Colors of #C6467E
Black with #C6467E
Text Example
Text Example
White with #C6467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6467E; }
p { color: rgb(198,70,126); }
H1.HeaderClassName
{
color: #C6467E;
}
.AnyTagClassName
{
color: #C6467E;
}
</style>
background-color css
<style>
a { background-color: #C6467E; }
a { background-color: rgb(198,70,126); }
div.DivClassName
{
background-color: #C6467E;
}
.BgClassName
{
background-color: #C6467E;
}
</style>
border-color css
<style>
span { border-color: #C6467E; }
span { border-color: rgb(198,70,126); }
td.TdClassName
{
border-color: #C6467E;
}
.TagClassName
{
border-color: #C6467E;
}
</style>