Shades of Mandy #C34E5C
Tints of Mandy #C34E5C
RGB
CMYK
RGB Variations
Color information
#C34E5C (or 0xC34E5C) is known color: Mandy. HEX triplet: C3, 4E and 5C. RGB value is (195,78,92). Sum of RGB (Red+Green+Blue) = 195+78+92=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E5C is #3CB1A3. Grayscale: #727272. Windows color (decimal): -3977636 or 6049475. OLE color: 6049475.
HSL color Cylindrical-coordinate representation of color #C34E5C: hue angle of 352.82º 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 #C34E5C is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 92 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.24 |
| HSL | 352.82º | 0.49% | 0.54% | - |
| HSV(B) | 352.82º | 0.6% | 0.76% | - |
| XYZ | 27.16 | 17.82 | 12.13 | - |
| YUV | 114.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 92 | 0 | 0.6 | 0.53 | 0.24 | 352.82 | 0.49 | 0.54 |
| Hex | C3 | 4E | 5C | 0 | 3C | 35 | 18 | 161 | 31 | 36 |
| Octal | 303 | 116 | 134 | 0 | 74 | 65 | 30 | 541 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1011100 | 0 | 111100 | 110101 | 11000 | 101100001 | 110001 | 110110 |
Color Harmonies of #C34E5C
Complementary color
Monochromatic Colors of #C34E5C
Black with #C34E5C
Text Example
Text Example
White with #C34E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E5C; }
p { color: rgb(195,78,92); }
H1.HeaderClassName
{
color: #C34E5C;
}
.AnyTagClassName
{
color: #C34E5C;
}
</style>
background-color css
<style>
a { background-color: #C34E5C; }
a { background-color: rgb(195,78,92); }
div.DivClassName
{
background-color: #C34E5C;
}
.BgClassName
{
background-color: #C34E5C;
}
</style>
border-color css
<style>
span { border-color: #C34E5C; }
span { border-color: rgb(195,78,92); }
td.TdClassName
{
border-color: #C34E5C;
}
.TagClassName
{
border-color: #C34E5C;
}
</style>