Shades of Mandy #C34D57
Tints of Mandy #C34D57
RGB
CMYK
RGB Variations
Color information
#C34D57 (or 0xC34D57) is known color: Mandy. HEX triplet: C3, 4D and 57. RGB value is (195,77,87). Sum of RGB (Red+Green+Blue) = 195+77+87=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D57 is #3CB2A8. Grayscale: #717171. Windows color (decimal): -3977897 or 5721539. OLE color: 5721539.
HSL color Cylindrical-coordinate representation of color #C34D57: hue angle of 354.92º 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 #C34D57 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 87 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.24 |
| HSL | 354.92º | 0.5% | 0.53% | - |
| HSV(B) | 354.92º | 0.61% | 0.76% | - |
| XYZ | 26.88 | 17.6 | 11 | - |
| YUV | 113.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 87 | 0 | 0.61 | 0.55 | 0.24 | 354.92 | 0.5 | 0.53 |
| Hex | C3 | 4D | 57 | 0 | 3D | 37 | 18 | 163 | 32 | 35 |
| Octal | 303 | 115 | 127 | 0 | 75 | 67 | 30 | 543 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1010111 | 0 | 111101 | 110111 | 11000 | 101100011 | 110010 | 110101 |
Color Harmonies of #C34D57
Complementary color
Monochromatic Colors of #C34D57
Black with #C34D57
Text Example
Text Example
White with #C34D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D57; }
p { color: rgb(195,77,87); }
H1.HeaderClassName
{
color: #C34D57;
}
.AnyTagClassName
{
color: #C34D57;
}
</style>
background-color css
<style>
a { background-color: #C34D57; }
a { background-color: rgb(195,77,87); }
div.DivClassName
{
background-color: #C34D57;
}
.BgClassName
{
background-color: #C34D57;
}
</style>
border-color css
<style>
span { border-color: #C34D57; }
span { border-color: rgb(195,77,87); }
td.TdClassName
{
border-color: #C34D57;
}
.TagClassName
{
border-color: #C34D57;
}
</style>