Shades of Mandy #C34D5F
Tints of Mandy #C34D5F
RGB
CMYK
RGB Variations
Color information
#C34D5F (or 0xC34D5F) is known color: Mandy. HEX triplet: C3, 4D and 5F. RGB value is (195,77,95). Sum of RGB (Red+Green+Blue) = 195+77+95=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D5F is #3CB2A0. Grayscale: #727272. Windows color (decimal): -3977889 or 6245827. OLE color: 6245827.
HSL color Cylindrical-coordinate representation of color #C34D5F: hue angle of 350.85º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D5F is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 95 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.24 |
| HSL | 350.85º | 0.5% | 0.53% | - |
| HSV(B) | 350.85º | 0.61% | 0.76% | - |
| XYZ | 27.23 | 17.74 | 12.81 | - |
| YUV | 114.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 95 | 0 | 0.61 | 0.51 | 0.24 | 350.85 | 0.5 | 0.53 |
| Hex | C3 | 4D | 5F | 0 | 3D | 33 | 18 | 15F | 32 | 35 |
| Octal | 303 | 115 | 137 | 0 | 75 | 63 | 30 | 537 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1011111 | 0 | 111101 | 110011 | 11000 | 101011111 | 110010 | 110101 |
Color Harmonies of #C34D5F
Complementary color
Monochromatic Colors of #C34D5F
Black with #C34D5F
Text Example
Text Example
White with #C34D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D5F; }
p { color: rgb(195,77,95); }
H1.HeaderClassName
{
color: #C34D5F;
}
.AnyTagClassName
{
color: #C34D5F;
}
</style>
background-color css
<style>
a { background-color: #C34D5F; }
a { background-color: rgb(195,77,95); }
div.DivClassName
{
background-color: #C34D5F;
}
.BgClassName
{
background-color: #C34D5F;
}
</style>
border-color css
<style>
span { border-color: #C34D5F; }
span { border-color: rgb(195,77,95); }
td.TdClassName
{
border-color: #C34D5F;
}
.TagClassName
{
border-color: #C34D5F;
}
</style>