Shades of Mulberry #C6498C
Tints of Mulberry #C6498C
RGB
CMYK
RGB Variations
Color information
#C6498C (or 0xC6498C) is known color: Mulberry. HEX triplet: C6, 49 and 8C. RGB value is (198,73,140). Sum of RGB (Red+Green+Blue) = 198+73+140=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6498C is #39B673. Grayscale: #757575. Windows color (decimal): -3782260 or 9193926. OLE color: 9193926.
HSL color Cylindrical-coordinate representation of color #C6498C: hue angle of 327.84º 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 #C6498C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 140 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.22 |
| HSL | 327.84º | 0.52% | 0.53% | - |
| HSV(B) | 327.84º | 0.63% | 0.78% | - |
| XYZ | 30.4 | 18.66 | 26.81 | - |
| YUV | 118.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 140 | 0 | 0.63 | 0.29 | 0.22 | 327.84 | 0.52 | 0.53 |
| Hex | C6 | 49 | 8C | 0 | 3F | 1D | 16 | 148 | 34 | 35 |
| Octal | 306 | 111 | 214 | 0 | 77 | 35 | 26 | 510 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10001100 | 0 | 111111 | 11101 | 10110 | 101001000 | 110100 | 110101 |
Color Harmonies of #C6498C
Complementary color
Monochromatic Colors of #C6498C
Black with #C6498C
Text Example
Text Example
White with #C6498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6498C; }
p { color: rgb(198,73,140); }
H1.HeaderClassName
{
color: #C6498C;
}
.AnyTagClassName
{
color: #C6498C;
}
</style>
background-color css
<style>
a { background-color: #C6498C; }
a { background-color: rgb(198,73,140); }
div.DivClassName
{
background-color: #C6498C;
}
.BgClassName
{
background-color: #C6498C;
}
</style>
border-color css
<style>
span { border-color: #C6498C; }
span { border-color: rgb(198,73,140); }
td.TdClassName
{
border-color: #C6498C;
}
.TagClassName
{
border-color: #C6498C;
}
</style>