Shades of Mulberry #C846A4
Tints of Mulberry #C846A4
RGB
CMYK
RGB Variations
Color information
#C846A4 (or 0xC846A4) is known color: Mulberry. HEX triplet: C8, 46 and A4. RGB value is (200,70,164). Sum of RGB (Red+Green+Blue) = 200+70+164=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C846A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C846A4 is #37B95B. Grayscale: #777777. Windows color (decimal): -3651932 or 10766024. OLE color: 10766024.
HSL color Cylindrical-coordinate representation of color #C846A4: hue angle of 316.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C846A4 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 164 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.22 |
| HSL | 316.62º | 0.54% | 0.53% | - |
| HSV(B) | 316.62º | 0.65% | 0.78% | - |
| XYZ | 32.71 | 19.34 | 37.13 | - |
| YUV | 119.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 164 | 0 | 0.65 | 0.18 | 0.22 | 316.62 | 0.54 | 0.53 |
| Hex | C8 | 46 | A4 | 0 | 41 | 12 | 16 | 13D | 36 | 35 |
| Octal | 310 | 106 | 244 | 0 | 101 | 22 | 26 | 475 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10100100 | 0 | 1000001 | 10010 | 10110 | 100111101 | 110110 | 110101 |
Color Harmonies of #C846A4
Complementary color
Monochromatic Colors of #C846A4
Black with #C846A4
Text Example
Text Example
White with #C846A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846A4; }
p { color: rgb(200,70,164); }
H1.HeaderClassName
{
color: #C846A4;
}
.AnyTagClassName
{
color: #C846A4;
}
</style>
background-color css
<style>
a { background-color: #C846A4; }
a { background-color: rgb(200,70,164); }
div.DivClassName
{
background-color: #C846A4;
}
.BgClassName
{
background-color: #C846A4;
}
</style>
border-color css
<style>
span { border-color: #C846A4; }
span { border-color: rgb(200,70,164); }
td.TdClassName
{
border-color: #C846A4;
}
.TagClassName
{
border-color: #C846A4;
}
</style>