Shades of Mulberry #C84A97
Tints of Mulberry #C84A97
RGB
CMYK
RGB Variations
Color information
#C84A97 (or 0xC84A97) is known color: Mulberry. HEX triplet: C8, 4A and 97. RGB value is (200,74,151). Sum of RGB (Red+Green+Blue) = 200+74+151=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A97 is #37B568. Grayscale: #787878. Windows color (decimal): -3650921 or 9915080. OLE color: 9915080.
HSL color Cylindrical-coordinate representation of color #C84A97: hue angle of 323.33º 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 #C84A97 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 151 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.22 |
| HSL | 323.33º | 0.53% | 0.54% | - |
| HSV(B) | 323.33º | 0.63% | 0.78% | - |
| XYZ | 31.85 | 19.41 | 31.35 | - |
| YUV | 120.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 151 | 0 | 0.63 | 0.24 | 0.22 | 323.33 | 0.53 | 0.54 |
| Hex | C8 | 4A | 97 | 0 | 3F | 18 | 16 | 143 | 35 | 36 |
| Octal | 310 | 112 | 227 | 0 | 77 | 30 | 26 | 503 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10010111 | 0 | 111111 | 11000 | 10110 | 101000011 | 110101 | 110110 |
Color Harmonies of #C84A97
Complementary color
Monochromatic Colors of #C84A97
Black with #C84A97
Text Example
Text Example
White with #C84A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A97; }
p { color: rgb(200,74,151); }
H1.HeaderClassName
{
color: #C84A97;
}
.AnyTagClassName
{
color: #C84A97;
}
</style>
background-color css
<style>
a { background-color: #C84A97; }
a { background-color: rgb(200,74,151); }
div.DivClassName
{
background-color: #C84A97;
}
.BgClassName
{
background-color: #C84A97;
}
</style>
border-color css
<style>
span { border-color: #C84A97; }
span { border-color: rgb(200,74,151); }
td.TdClassName
{
border-color: #C84A97;
}
.TagClassName
{
border-color: #C84A97;
}
</style>