Shades of Mulberry #C6487F
Tints of Mulberry #C6487F
RGB
CMYK
RGB Variations
Color information
#C6487F (or 0xC6487F) is known color: Mulberry. HEX triplet: C6, 48 and 7F. RGB value is (198,72,127). Sum of RGB (Red+Green+Blue) = 198+72+127=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6487F is #39B780. Grayscale: #737373. Windows color (decimal): -3782529 or 8341702. OLE color: 8341702.
HSL color Cylindrical-coordinate representation of color #C6487F: hue angle of 333.81º degrees, saturation: 0.52, 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 #C6487F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 127 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.22 |
| HSL | 333.81º | 0.53% | 0.53% | - |
| HSV(B) | 333.81º | 0.64% | 0.78% | - |
| XYZ | 29.44 | 18.17 | 22.03 | - |
| YUV | 115.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 127 | 0 | 0.64 | 0.36 | 0.22 | 333.81 | 0.53 | 0.53 |
| Hex | C6 | 48 | 7F | 0 | 40 | 24 | 16 | 14E | 34 | 35 |
| Octal | 306 | 110 | 177 | 0 | 100 | 44 | 26 | 516 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1111111 | 0 | 1000000 | 100100 | 10110 | 101001110 | 110100 | 110101 |
Color Harmonies of #C6487F
Complementary color
Monochromatic Colors of #C6487F
Black with #C6487F
Text Example
Text Example
White with #C6487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6487F; }
p { color: rgb(198,72,127); }
H1.HeaderClassName
{
color: #C6487F;
}
.AnyTagClassName
{
color: #C6487F;
}
</style>
background-color css
<style>
a { background-color: #C6487F; }
a { background-color: rgb(198,72,127); }
div.DivClassName
{
background-color: #C6487F;
}
.BgClassName
{
background-color: #C6487F;
}
</style>
border-color css
<style>
span { border-color: #C6487F; }
span { border-color: rgb(198,72,127); }
td.TdClassName
{
border-color: #C6487F;
}
.TagClassName
{
border-color: #C6487F;
}
</style>