Shades of Mandy #C34D54
Tints of Mandy #C34D54
RGB
CMYK
RGB Variations
Color information
#C34D54 (or 0xC34D54) is known color: Mandy. HEX triplet: C3, 4D and 54. RGB value is (195,77,84). Sum of RGB (Red+Green+Blue) = 195+77+84=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D54 is #3CB2AB. Grayscale: #717171. Windows color (decimal): -3977900 or 5524931. OLE color: 5524931.
HSL color Cylindrical-coordinate representation of color #C34D54: hue angle of 356.44º 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 #C34D54 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 84 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.24 |
| HSL | 356.44º | 0.5% | 0.53% | - |
| HSV(B) | 356.44º | 0.61% | 0.76% | - |
| XYZ | 26.76 | 17.55 | 10.36 | - |
| YUV | 113.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 84 | 0 | 0.61 | 0.57 | 0.24 | 356.44 | 0.5 | 0.53 |
| Hex | C3 | 4D | 54 | 0 | 3D | 39 | 18 | 164 | 32 | 35 |
| Octal | 303 | 115 | 124 | 0 | 75 | 71 | 30 | 544 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1010100 | 0 | 111101 | 111001 | 11000 | 101100100 | 110010 | 110101 |
Color Harmonies of #C34D54
Complementary color
Monochromatic Colors of #C34D54
Black with #C34D54
Text Example
Text Example
White with #C34D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D54; }
p { color: rgb(195,77,84); }
H1.HeaderClassName
{
color: #C34D54;
}
.AnyTagClassName
{
color: #C34D54;
}
</style>
background-color css
<style>
a { background-color: #C34D54; }
a { background-color: rgb(195,77,84); }
div.DivClassName
{
background-color: #C34D54;
}
.BgClassName
{
background-color: #C34D54;
}
</style>
border-color css
<style>
span { border-color: #C34D54; }
span { border-color: rgb(195,77,84); }
td.TdClassName
{
border-color: #C34D54;
}
.TagClassName
{
border-color: #C34D54;
}
</style>