Shades of Mandy #C34E5E
Tints of Mandy #C34E5E
RGB
CMYK
RGB Variations
Color information
#C34E5E (or 0xC34E5E) is known color: Mandy. HEX triplet: C3, 4E and 5E. RGB value is (195,78,94). Sum of RGB (Red+Green+Blue) = 195+78+94=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E5E is #3CB1A1. Grayscale: #727272. Windows color (decimal): -3977634 or 6180547. OLE color: 6180547.
HSL color Cylindrical-coordinate representation of color #C34E5E: hue angle of 351.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E5E is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 94 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.24 |
| HSL | 351.79º | 0.49% | 0.54% | - |
| HSV(B) | 351.79º | 0.6% | 0.76% | - |
| XYZ | 27.25 | 17.86 | 12.6 | - |
| YUV | 114.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 94 | 0 | 0.6 | 0.52 | 0.24 | 351.79 | 0.49 | 0.54 |
| Hex | C3 | 4E | 5E | 0 | 3C | 34 | 18 | 160 | 31 | 36 |
| Octal | 303 | 116 | 136 | 0 | 74 | 64 | 30 | 540 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1011110 | 0 | 111100 | 110100 | 11000 | 101100000 | 110001 | 110110 |
Color Harmonies of #C34E5E
Complementary color
Monochromatic Colors of #C34E5E
Black with #C34E5E
Text Example
Text Example
White with #C34E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E5E; }
p { color: rgb(195,78,94); }
H1.HeaderClassName
{
color: #C34E5E;
}
.AnyTagClassName
{
color: #C34E5E;
}
</style>
background-color css
<style>
a { background-color: #C34E5E; }
a { background-color: rgb(195,78,94); }
div.DivClassName
{
background-color: #C34E5E;
}
.BgClassName
{
background-color: #C34E5E;
}
</style>
border-color css
<style>
span { border-color: #C34E5E; }
span { border-color: rgb(195,78,94); }
td.TdClassName
{
border-color: #C34E5E;
}
.TagClassName
{
border-color: #C34E5E;
}
</style>