Shades of Mulberry #C84AA6
Tints of Mulberry #C84AA6
RGB
CMYK
RGB Variations
Color information
#C84AA6 (or 0xC84AA6) is known color: Mulberry. HEX triplet: C8, 4A and A6. RGB value is (200,74,166). Sum of RGB (Red+Green+Blue) = 200+74+166=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AA6 is #37B559. Grayscale: #797979. Windows color (decimal): -3650906 or 10898120. OLE color: 10898120.
HSL color Cylindrical-coordinate representation of color #C84AA6: hue angle of 316.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AA6 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 166 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.22 |
| HSL | 316.19º | 0.53% | 0.54% | - |
| HSV(B) | 316.19º | 0.63% | 0.78% | - |
| XYZ | 33.15 | 19.93 | 38.18 | - |
| YUV | 122.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 166 | 0 | 0.63 | 0.17 | 0.22 | 316.19 | 0.53 | 0.54 |
| Hex | C8 | 4A | A6 | 0 | 3F | 11 | 16 | 13C | 35 | 36 |
| Octal | 310 | 112 | 246 | 0 | 77 | 21 | 26 | 474 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10100110 | 0 | 111111 | 10001 | 10110 | 100111100 | 110101 | 110110 |
Color Harmonies of #C84AA6
Complementary color
Monochromatic Colors of #C84AA6
Black with #C84AA6
Text Example
Text Example
White with #C84AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AA6; }
p { color: rgb(200,74,166); }
H1.HeaderClassName
{
color: #C84AA6;
}
.AnyTagClassName
{
color: #C84AA6;
}
</style>
background-color css
<style>
a { background-color: #C84AA6; }
a { background-color: rgb(200,74,166); }
div.DivClassName
{
background-color: #C84AA6;
}
.BgClassName
{
background-color: #C84AA6;
}
</style>
border-color css
<style>
span { border-color: #C84AA6; }
span { border-color: rgb(200,74,166); }
td.TdClassName
{
border-color: #C84AA6;
}
.TagClassName
{
border-color: #C84AA6;
}
</style>