Shades of Mulberry #C6477F
Tints of Mulberry #C6477F
RGB
CMYK
RGB Variations
Color information
#C6477F (or 0xC6477F) is known color: Mulberry. HEX triplet: C6, 47 and 7F. RGB value is (198,71,127). Sum of RGB (Red+Green+Blue) = 198+71+127=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6477F is #39B880. Grayscale: #737373. Windows color (decimal): -3782785 or 8341446. OLE color: 8341446.
HSL color Cylindrical-coordinate representation of color #C6477F: hue angle of 333.54º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6477F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 127 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.22 |
| HSL | 333.54º | 0.53% | 0.53% | - |
| HSV(B) | 333.54º | 0.64% | 0.78% | - |
| XYZ | 29.37 | 18.04 | 22.01 | - |
| YUV | 115.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 127 | 0 | 0.64 | 0.36 | 0.22 | 333.54 | 0.53 | 0.53 |
| Hex | C6 | 47 | 7F | 0 | 40 | 24 | 16 | 14E | 35 | 35 |
| Octal | 306 | 107 | 177 | 0 | 100 | 44 | 26 | 516 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1111111 | 0 | 1000000 | 100100 | 10110 | 101001110 | 110101 | 110101 |
Color Harmonies of #C6477F
Complementary color
Monochromatic Colors of #C6477F
Black with #C6477F
Text Example
Text Example
White with #C6477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6477F; }
p { color: rgb(198,71,127); }
H1.HeaderClassName
{
color: #C6477F;
}
.AnyTagClassName
{
color: #C6477F;
}
</style>
background-color css
<style>
a { background-color: #C6477F; }
a { background-color: rgb(198,71,127); }
div.DivClassName
{
background-color: #C6477F;
}
.BgClassName
{
background-color: #C6477F;
}
</style>
border-color css
<style>
span { border-color: #C6477F; }
span { border-color: rgb(198,71,127); }
td.TdClassName
{
border-color: #C6477F;
}
.TagClassName
{
border-color: #C6477F;
}
</style>