Shades of Mulberry #C84A96
Tints of Mulberry #C84A96
RGB
CMYK
RGB Variations
Color information
#C84A96 (or 0xC84A96) is known color: Mulberry. HEX triplet: C8, 4A and 96. RGB value is (200,74,150). Sum of RGB (Red+Green+Blue) = 200+74+150=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A96 is #37B569. Grayscale: #787878. Windows color (decimal): -3650922 or 9849544. OLE color: 9849544.
HSL color Cylindrical-coordinate representation of color #C84A96: hue angle of 323.81º 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 #C84A96 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 150 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.22 |
| HSL | 323.81º | 0.53% | 0.54% | - |
| HSV(B) | 323.81º | 0.63% | 0.78% | - |
| XYZ | 31.77 | 19.38 | 30.92 | - |
| YUV | 120.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 150 | 0 | 0.63 | 0.25 | 0.22 | 323.81 | 0.53 | 0.54 |
| Hex | C8 | 4A | 96 | 0 | 3F | 19 | 16 | 144 | 35 | 36 |
| Octal | 310 | 112 | 226 | 0 | 77 | 31 | 26 | 504 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10010110 | 0 | 111111 | 11001 | 10110 | 101000100 | 110101 | 110110 |
Color Harmonies of #C84A96
Complementary color
Monochromatic Colors of #C84A96
Black with #C84A96
Text Example
Text Example
White with #C84A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A96; }
p { color: rgb(200,74,150); }
H1.HeaderClassName
{
color: #C84A96;
}
.AnyTagClassName
{
color: #C84A96;
}
</style>
background-color css
<style>
a { background-color: #C84A96; }
a { background-color: rgb(200,74,150); }
div.DivClassName
{
background-color: #C84A96;
}
.BgClassName
{
background-color: #C84A96;
}
</style>
border-color css
<style>
span { border-color: #C84A96; }
span { border-color: rgb(200,74,150); }
td.TdClassName
{
border-color: #C84A96;
}
.TagClassName
{
border-color: #C84A96;
}
</style>