Shades of Mandy #C34D5D
Tints of Mandy #C34D5D
RGB
CMYK
RGB Variations
Color information
#C34D5D (or 0xC34D5D) is known color: Mandy. HEX triplet: C3, 4D and 5D. RGB value is (195,77,93). Sum of RGB (Red+Green+Blue) = 195+77+93=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D5D is #3CB2A2. Grayscale: #727272. Windows color (decimal): -3977891 or 6114755. OLE color: 6114755.
HSL color Cylindrical-coordinate representation of color #C34D5D: hue angle of 351.86º 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 #C34D5D is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 93 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.24 |
| HSL | 351.86º | 0.5% | 0.53% | - |
| HSV(B) | 351.86º | 0.61% | 0.76% | - |
| XYZ | 27.14 | 17.7 | 12.34 | - |
| YUV | 114.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 93 | 0 | 0.61 | 0.52 | 0.24 | 351.86 | 0.5 | 0.53 |
| Hex | C3 | 4D | 5D | 0 | 3D | 34 | 18 | 160 | 32 | 35 |
| Octal | 303 | 115 | 135 | 0 | 75 | 64 | 30 | 540 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1011101 | 0 | 111101 | 110100 | 11000 | 101100000 | 110010 | 110101 |
Color Harmonies of #C34D5D
Complementary color
Monochromatic Colors of #C34D5D
Black with #C34D5D
Text Example
Text Example
White with #C34D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D5D; }
p { color: rgb(195,77,93); }
H1.HeaderClassName
{
color: #C34D5D;
}
.AnyTagClassName
{
color: #C34D5D;
}
</style>
background-color css
<style>
a { background-color: #C34D5D; }
a { background-color: rgb(195,77,93); }
div.DivClassName
{
background-color: #C34D5D;
}
.BgClassName
{
background-color: #C34D5D;
}
</style>
border-color css
<style>
span { border-color: #C34D5D; }
span { border-color: rgb(195,77,93); }
td.TdClassName
{
border-color: #C34D5D;
}
.TagClassName
{
border-color: #C34D5D;
}
</style>