Shades of Mandy #C34C50
Tints of Mandy #C34C50
RGB
CMYK
RGB Variations
Color information
#C34C50 (or 0xC34C50) is known color: Mandy. HEX triplet: C3, 4C and 50. RGB value is (195,76,80). Sum of RGB (Red+Green+Blue) = 195+76+80=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C50 is #3CB3AF. Grayscale: #707070. Windows color (decimal): -3978160 or 5262531. OLE color: 5262531.
HSL color Cylindrical-coordinate representation of color #C34C50: hue angle of 357.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 #C34C50 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 80 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.24 |
| HSL | 357.98º | 0.5% | 0.53% | - |
| HSV(B) | 357.98º | 0.61% | 0.76% | - |
| XYZ | 26.54 | 17.35 | 9.54 | - |
| YUV | 112.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 80 | 0 | 0.61 | 0.59 | 0.24 | 357.98 | 0.5 | 0.53 |
| Hex | C3 | 4C | 50 | 0 | 3D | 3B | 18 | 166 | 32 | 35 |
| Octal | 303 | 114 | 120 | 0 | 75 | 73 | 30 | 546 | 62 | 65 |
| Binary | 11000011 | 1001100 | 1010000 | 0 | 111101 | 111011 | 11000 | 101100110 | 110010 | 110101 |
Color Harmonies of #C34C50
Complementary color
Monochromatic Colors of #C34C50
Black with #C34C50
Text Example
Text Example
White with #C34C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C50; }
p { color: rgb(195,76,80); }
H1.HeaderClassName
{
color: #C34C50;
}
.AnyTagClassName
{
color: #C34C50;
}
</style>
background-color css
<style>
a { background-color: #C34C50; }
a { background-color: rgb(195,76,80); }
div.DivClassName
{
background-color: #C34C50;
}
.BgClassName
{
background-color: #C34C50;
}
</style>
border-color css
<style>
span { border-color: #C34C50; }
span { border-color: rgb(195,76,80); }
td.TdClassName
{
border-color: #C34C50;
}
.TagClassName
{
border-color: #C34C50;
}
</style>