Shades of Mulberry #C6428C
Tints of Mulberry #C6428C
RGB
CMYK
RGB Variations
Color information
#C6428C (or 0xC6428C) is known color: Mulberry. HEX triplet: C6, 42 and 8C. RGB value is (198,66,140). Sum of RGB (Red+Green+Blue) = 198+66+140=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6428C is #39BD73. Grayscale: #717171. Windows color (decimal): -3784052 or 9192134. OLE color: 9192134.
HSL color Cylindrical-coordinate representation of color #C6428C: hue angle of 326.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6428C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 140 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.22 |
| HSL | 326.36º | 0.54% | 0.52% | - |
| HSV(B) | 326.36º | 0.67% | 0.78% | - |
| XYZ | 29.97 | 17.8 | 26.67 | - |
| YUV | 113.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 140 | 0 | 0.67 | 0.29 | 0.22 | 326.36 | 0.54 | 0.52 |
| Hex | C6 | 42 | 8C | 0 | 43 | 1D | 16 | 146 | 36 | 34 |
| Octal | 306 | 102 | 214 | 0 | 103 | 35 | 26 | 506 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10001100 | 0 | 1000011 | 11101 | 10110 | 101000110 | 110110 | 110100 |
Color Harmonies of #C6428C
Complementary color
Monochromatic Colors of #C6428C
Black with #C6428C
Text Example
Text Example
White with #C6428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6428C; }
p { color: rgb(198,66,140); }
H1.HeaderClassName
{
color: #C6428C;
}
.AnyTagClassName
{
color: #C6428C;
}
</style>
background-color css
<style>
a { background-color: #C6428C; }
a { background-color: rgb(198,66,140); }
div.DivClassName
{
background-color: #C6428C;
}
.BgClassName
{
background-color: #C6428C;
}
</style>
border-color css
<style>
span { border-color: #C6428C; }
span { border-color: rgb(198,66,140); }
td.TdClassName
{
border-color: #C6428C;
}
.TagClassName
{
border-color: #C6428C;
}
</style>