Shades of Mandy #C34D4F
Tints of Mandy #C34D4F
RGB
CMYK
RGB Variations
Color information
#C34D4F (or 0xC34D4F) is known color: Mandy. HEX triplet: C3, 4D and 4F. RGB value is (195,77,79). Sum of RGB (Red+Green+Blue) = 195+77+79=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D4F is #3CB2B0. Grayscale: #707070. Windows color (decimal): -3977905 or 5197251. OLE color: 5197251.
HSL color Cylindrical-coordinate representation of color #C34D4F: hue angle of 358.98º 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 #C34D4F is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 79 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.24 |
| HSL | 358.98º | 0.5% | 0.53% | - |
| HSV(B) | 358.98º | 0.61% | 0.76% | - |
| XYZ | 26.57 | 17.47 | 9.37 | - |
| YUV | 112.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 79 | 0 | 0.61 | 0.59 | 0.24 | 358.98 | 0.5 | 0.53 |
| Hex | C3 | 4D | 4F | 0 | 3D | 3B | 18 | 167 | 32 | 35 |
| Octal | 303 | 115 | 117 | 0 | 75 | 73 | 30 | 547 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1001111 | 0 | 111101 | 111011 | 11000 | 101100111 | 110010 | 110101 |
Color Harmonies of #C34D4F
Complementary color
Monochromatic Colors of #C34D4F
Black with #C34D4F
Text Example
Text Example
White with #C34D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D4F; }
p { color: rgb(195,77,79); }
H1.HeaderClassName
{
color: #C34D4F;
}
.AnyTagClassName
{
color: #C34D4F;
}
</style>
background-color css
<style>
a { background-color: #C34D4F; }
a { background-color: rgb(195,77,79); }
div.DivClassName
{
background-color: #C34D4F;
}
.BgClassName
{
background-color: #C34D4F;
}
</style>
border-color css
<style>
span { border-color: #C34D4F; }
span { border-color: rgb(195,77,79); }
td.TdClassName
{
border-color: #C34D4F;
}
.TagClassName
{
border-color: #C34D4F;
}
</style>