Shades of Mandy #C54754
Tints of Mandy #C54754
RGB
CMYK
RGB Variations
Color information
#C54754 (or 0xC54754) is known color: Mandy. HEX triplet: C5, 47 and 54. RGB value is (197,71,84). Sum of RGB (Red+Green+Blue) = 197+71+84=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C54754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54754 is #3AB8AB. Grayscale: #6E6E6E. Windows color (decimal): -3848364 or 5523397. OLE color: 5523397.
HSL color Cylindrical-coordinate representation of color #C54754: hue angle of 353.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54754 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 84 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.23 |
| HSL | 353.81º | 0.52% | 0.53% | - |
| HSV(B) | 353.81º | 0.64% | 0.77% | - |
| XYZ | 26.88 | 17.02 | 10.26 | - |
| YUV | 110.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 84 | 0 | 0.64 | 0.57 | 0.23 | 353.81 | 0.52 | 0.53 |
| Hex | C5 | 47 | 54 | 0 | 40 | 39 | 17 | 162 | 34 | 35 |
| Octal | 305 | 107 | 124 | 0 | 100 | 71 | 27 | 542 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1010100 | 0 | 1000000 | 111001 | 10111 | 101100010 | 110100 | 110101 |
Color Harmonies of #C54754
Complementary color
Monochromatic Colors of #C54754
Black with #C54754
Text Example
Text Example
White with #C54754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54754; }
p { color: rgb(197,71,84); }
H1.HeaderClassName
{
color: #C54754;
}
.AnyTagClassName
{
color: #C54754;
}
</style>
background-color css
<style>
a { background-color: #C54754; }
a { background-color: rgb(197,71,84); }
div.DivClassName
{
background-color: #C54754;
}
.BgClassName
{
background-color: #C54754;
}
</style>
border-color css
<style>
span { border-color: #C54754; }
span { border-color: rgb(197,71,84); }
td.TdClassName
{
border-color: #C54754;
}
.TagClassName
{
border-color: #C54754;
}
</style>