Shades of Mulberry #C6447C
Tints of Mulberry #C6447C
RGB
CMYK
RGB Variations
Color information
#C6447C (or 0xC6447C) is known color: Mulberry. HEX triplet: C6, 44 and 7C. RGB value is (198,68,124). Sum of RGB (Red+Green+Blue) = 198+68+124=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6447C is #39BB83. Grayscale: #717171. Windows color (decimal): -3783556 or 8144070. OLE color: 8144070.
HSL color Cylindrical-coordinate representation of color #C6447C: hue angle of 334.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6447C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 124 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.22 |
| HSL | 334.15º | 0.53% | 0.52% | - |
| HSV(B) | 334.15º | 0.66% | 0.78% | - |
| XYZ | 28.99 | 17.6 | 20.94 | - |
| YUV | 113.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 124 | 0 | 0.66 | 0.37 | 0.22 | 334.15 | 0.53 | 0.52 |
| Hex | C6 | 44 | 7C | 0 | 42 | 25 | 16 | 14E | 35 | 34 |
| Octal | 306 | 104 | 174 | 0 | 102 | 45 | 26 | 516 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1111100 | 0 | 1000010 | 100101 | 10110 | 101001110 | 110101 | 110100 |
Color Harmonies of #C6447C
Complementary color
Monochromatic Colors of #C6447C
Black with #C6447C
Text Example
Text Example
White with #C6447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6447C; }
p { color: rgb(198,68,124); }
H1.HeaderClassName
{
color: #C6447C;
}
.AnyTagClassName
{
color: #C6447C;
}
</style>
background-color css
<style>
a { background-color: #C6447C; }
a { background-color: rgb(198,68,124); }
div.DivClassName
{
background-color: #C6447C;
}
.BgClassName
{
background-color: #C6447C;
}
</style>
border-color css
<style>
span { border-color: #C6447C; }
span { border-color: rgb(198,68,124); }
td.TdClassName
{
border-color: #C6447C;
}
.TagClassName
{
border-color: #C6447C;
}
</style>