Shades of Mandy #C84E5F
Tints of Mandy #C84E5F
RGB
CMYK
RGB Variations
Color information
#C84E5F (or 0xC84E5F) is known color: Mandy. HEX triplet: C8, 4E and 5F. RGB value is (200,78,95). Sum of RGB (Red+Green+Blue) = 200+78+95=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E5F is #37B1A0. Grayscale: #747474. Windows color (decimal): -3649953 or 6246088. OLE color: 6246088.
HSL color Cylindrical-coordinate representation of color #C84E5F: hue angle of 351.64º 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 #C84E5F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 95 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.22 |
| HSL | 351.64º | 0.53% | 0.55% | - |
| HSV(B) | 351.64º | 0.61% | 0.78% | - |
| XYZ | 28.61 | 18.55 | 12.9 | - |
| YUV | 116.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 95 | 0 | 0.61 | 0.52 | 0.22 | 351.64 | 0.53 | 0.55 |
| Hex | C8 | 4E | 5F | 0 | 3D | 34 | 16 | 160 | 35 | 37 |
| Octal | 310 | 116 | 137 | 0 | 75 | 64 | 26 | 540 | 65 | 67 |
| Binary | 11001000 | 1001110 | 1011111 | 0 | 111101 | 110100 | 10110 | 101100000 | 110101 | 110111 |
Color Harmonies of #C84E5F
Complementary color
Monochromatic Colors of #C84E5F
Black with #C84E5F
Text Example
Text Example
White with #C84E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E5F; }
p { color: rgb(200,78,95); }
H1.HeaderClassName
{
color: #C84E5F;
}
.AnyTagClassName
{
color: #C84E5F;
}
</style>
background-color css
<style>
a { background-color: #C84E5F; }
a { background-color: rgb(200,78,95); }
div.DivClassName
{
background-color: #C84E5F;
}
.BgClassName
{
background-color: #C84E5F;
}
</style>
border-color css
<style>
span { border-color: #C84E5F; }
span { border-color: rgb(200,78,95); }
td.TdClassName
{
border-color: #C84E5F;
}
.TagClassName
{
border-color: #C84E5F;
}
</style>