Shades of Mandy #C84E5B
Tints of Mandy #C84E5B
RGB
CMYK
RGB Variations
Color information
#C84E5B (or 0xC84E5B) is known color: Mandy. HEX triplet: C8, 4E and 5B. RGB value is (200,78,91). Sum of RGB (Red+Green+Blue) = 200+78+91=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E5B is #37B1A4. Grayscale: #747474. Windows color (decimal): -3649957 or 5983944. OLE color: 5983944.
HSL color Cylindrical-coordinate representation of color #C84E5B: hue angle of 353.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E5B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 91 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.22 |
| HSL | 353.61º | 0.53% | 0.55% | - |
| HSV(B) | 353.61º | 0.61% | 0.78% | - |
| XYZ | 28.43 | 18.48 | 11.97 | - |
| YUV | 115.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 91 | 0 | 0.61 | 0.54 | 0.22 | 353.61 | 0.53 | 0.55 |
| Hex | C8 | 4E | 5B | 0 | 3D | 36 | 16 | 162 | 35 | 37 |
| Octal | 310 | 116 | 133 | 0 | 75 | 66 | 26 | 542 | 65 | 67 |
| Binary | 11001000 | 1001110 | 1011011 | 0 | 111101 | 110110 | 10110 | 101100010 | 110101 | 110111 |
Color Harmonies of #C84E5B
Complementary color
Monochromatic Colors of #C84E5B
Black with #C84E5B
Text Example
Text Example
White with #C84E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E5B; }
p { color: rgb(200,78,91); }
H1.HeaderClassName
{
color: #C84E5B;
}
.AnyTagClassName
{
color: #C84E5B;
}
</style>
background-color css
<style>
a { background-color: #C84E5B; }
a { background-color: rgb(200,78,91); }
div.DivClassName
{
background-color: #C84E5B;
}
.BgClassName
{
background-color: #C84E5B;
}
</style>
border-color css
<style>
span { border-color: #C84E5B; }
span { border-color: rgb(200,78,91); }
td.TdClassName
{
border-color: #C84E5B;
}
.TagClassName
{
border-color: #C84E5B;
}
</style>