Shades of Mandy #C34D50
Tints of Mandy #C34D50
RGB
CMYK
RGB Variations
Color information
#C34D50 (or 0xC34D50) is known color: Mandy. HEX triplet: C3, 4D and 50. RGB value is (195,77,80). Sum of RGB (Red+Green+Blue) = 195+77+80=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D50 is #3CB2AF. Grayscale: #707070. Windows color (decimal): -3977904 or 5262787. OLE color: 5262787.
HSL color Cylindrical-coordinate representation of color #C34D50: hue angle of 358.47º 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 #C34D50 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 80 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.24 |
| HSL | 358.47º | 0.5% | 0.53% | - |
| HSV(B) | 358.47º | 0.61% | 0.76% | - |
| XYZ | 26.61 | 17.49 | 9.56 | - |
| YUV | 112.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 80 | 0 | 0.61 | 0.59 | 0.24 | 358.47 | 0.5 | 0.53 |
| Hex | C3 | 4D | 50 | 0 | 3D | 3B | 18 | 166 | 32 | 35 |
| Octal | 303 | 115 | 120 | 0 | 75 | 73 | 30 | 546 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1010000 | 0 | 111101 | 111011 | 11000 | 101100110 | 110010 | 110101 |
Color Harmonies of #C34D50
Complementary color
Monochromatic Colors of #C34D50
Black with #C34D50
Text Example
Text Example
White with #C34D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D50; }
p { color: rgb(195,77,80); }
H1.HeaderClassName
{
color: #C34D50;
}
.AnyTagClassName
{
color: #C34D50;
}
</style>
background-color css
<style>
a { background-color: #C34D50; }
a { background-color: rgb(195,77,80); }
div.DivClassName
{
background-color: #C34D50;
}
.BgClassName
{
background-color: #C34D50;
}
</style>
border-color css
<style>
span { border-color: #C34D50; }
span { border-color: rgb(195,77,80); }
td.TdClassName
{
border-color: #C34D50;
}
.TagClassName
{
border-color: #C34D50;
}
</style>