Shades of Mulberry #C6497F
Tints of Mulberry #C6497F
RGB
CMYK
RGB Variations
Color information
#C6497F (or 0xC6497F) is known color: Mulberry. HEX triplet: C6, 49 and 7F. RGB value is (198,73,127). Sum of RGB (Red+Green+Blue) = 198+73+127=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6497F is #39B680. Grayscale: #747474. Windows color (decimal): -3782273 or 8341958. OLE color: 8341958.
HSL color Cylindrical-coordinate representation of color #C6497F: hue angle of 334.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6497F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 127 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.22 |
| HSL | 334.08º | 0.52% | 0.53% | - |
| HSV(B) | 334.08º | 0.63% | 0.78% | - |
| XYZ | 29.5 | 18.3 | 22.06 | - |
| YUV | 116.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 127 | 0 | 0.63 | 0.36 | 0.22 | 334.08 | 0.52 | 0.53 |
| Hex | C6 | 49 | 7F | 0 | 3F | 24 | 16 | 14E | 34 | 35 |
| Octal | 306 | 111 | 177 | 0 | 77 | 44 | 26 | 516 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1111111 | 0 | 111111 | 100100 | 10110 | 101001110 | 110100 | 110101 |
Color Harmonies of #C6497F
Complementary color
Monochromatic Colors of #C6497F
Black with #C6497F
Text Example
Text Example
White with #C6497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6497F; }
p { color: rgb(198,73,127); }
H1.HeaderClassName
{
color: #C6497F;
}
.AnyTagClassName
{
color: #C6497F;
}
</style>
background-color css
<style>
a { background-color: #C6497F; }
a { background-color: rgb(198,73,127); }
div.DivClassName
{
background-color: #C6497F;
}
.BgClassName
{
background-color: #C6497F;
}
</style>
border-color css
<style>
span { border-color: #C6497F; }
span { border-color: rgb(198,73,127); }
td.TdClassName
{
border-color: #C6497F;
}
.TagClassName
{
border-color: #C6497F;
}
</style>