Shades of Mandy #C34A50
Tints of Mandy #C34A50
RGB
CMYK
RGB Variations
Color information
#C34A50 (or 0xC34A50) is known color: Mandy. HEX triplet: C3, 4A and 50. RGB value is (195,74,80). Sum of RGB (Red+Green+Blue) = 195+74+80=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A50 is #3CB5AF. Grayscale: #6E6E6E. Windows color (decimal): -3978672 or 5262019. OLE color: 5262019.
HSL color Cylindrical-coordinate representation of color #C34A50: hue angle of 357.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A50 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 80 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.24 |
| HSL | 357.02º | 0.5% | 0.53% | - |
| HSV(B) | 357.02º | 0.62% | 0.76% | - |
| XYZ | 26.4 | 17.08 | 9.49 | - |
| YUV | 110.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 80 | 0 | 0.62 | 0.59 | 0.24 | 357.02 | 0.5 | 0.53 |
| Hex | C3 | 4A | 50 | 0 | 3E | 3B | 18 | 165 | 32 | 35 |
| Octal | 303 | 112 | 120 | 0 | 76 | 73 | 30 | 545 | 62 | 65 |
| Binary | 11000011 | 1001010 | 1010000 | 0 | 111110 | 111011 | 11000 | 101100101 | 110010 | 110101 |
Color Harmonies of #C34A50
Complementary color
Monochromatic Colors of #C34A50
Black with #C34A50
Text Example
Text Example
White with #C34A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A50; }
p { color: rgb(195,74,80); }
H1.HeaderClassName
{
color: #C34A50;
}
.AnyTagClassName
{
color: #C34A50;
}
</style>
background-color css
<style>
a { background-color: #C34A50; }
a { background-color: rgb(195,74,80); }
div.DivClassName
{
background-color: #C34A50;
}
.BgClassName
{
background-color: #C34A50;
}
</style>
border-color css
<style>
span { border-color: #C34A50; }
span { border-color: rgb(195,74,80); }
td.TdClassName
{
border-color: #C34A50;
}
.TagClassName
{
border-color: #C34A50;
}
</style>