Shades of Mandy #C34E53
Tints of Mandy #C34E53
RGB
CMYK
RGB Variations
Color information
#C34E53 (or 0xC34E53) is known color: Mandy. HEX triplet: C3, 4E and 53. RGB value is (195,78,83). Sum of RGB (Red+Green+Blue) = 195+78+83=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E53 is #3CB1AC. Grayscale: #717171. Windows color (decimal): -3977645 or 5459651. OLE color: 5459651.
HSL color Cylindrical-coordinate representation of color #C34E53: hue angle of 357.44º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E53 is Cyan = 0, Magento = 0.6, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 83 | - |
| CMYK | 0 | 0.6 | 0.57 | 0.24 |
| HSL | 357.44º | 0.49% | 0.54% | - |
| HSV(B) | 357.44º | 0.6% | 0.76% | - |
| XYZ | 26.79 | 17.68 | 10.18 | - |
| YUV | 113.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 83 | 0 | 0.6 | 0.57 | 0.24 | 357.44 | 0.49 | 0.54 |
| Hex | C3 | 4E | 53 | 0 | 3C | 39 | 18 | 165 | 31 | 36 |
| Octal | 303 | 116 | 123 | 0 | 74 | 71 | 30 | 545 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1010011 | 0 | 111100 | 111001 | 11000 | 101100101 | 110001 | 110110 |
Color Harmonies of #C34E53
Complementary color
Monochromatic Colors of #C34E53
Black with #C34E53
Text Example
Text Example
White with #C34E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E53; }
p { color: rgb(195,78,83); }
H1.HeaderClassName
{
color: #C34E53;
}
.AnyTagClassName
{
color: #C34E53;
}
</style>
background-color css
<style>
a { background-color: #C34E53; }
a { background-color: rgb(195,78,83); }
div.DivClassName
{
background-color: #C34E53;
}
.BgClassName
{
background-color: #C34E53;
}
</style>
border-color css
<style>
span { border-color: #C34E53; }
span { border-color: rgb(195,78,83); }
td.TdClassName
{
border-color: #C34E53;
}
.TagClassName
{
border-color: #C34E53;
}
</style>