Shades of Mandy #C54648
Tints of Mandy #C54648
RGB
CMYK
RGB Variations
Color information
#C54648 (or 0xC54648) is known color: Mandy. HEX triplet: C5, 46 and 48. RGB value is (197,70,72). Sum of RGB (Red+Green+Blue) = 197+70+72=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C54648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54648 is #3AB9B7. Grayscale: #6C6C6C. Windows color (decimal): -3848632 or 4736709. OLE color: 4736709.
HSL color Cylindrical-coordinate representation of color #C54648: hue angle of 359.06º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54648 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 72 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.23 |
| HSL | 359.06º | 0.52% | 0.52% | - |
| HSV(B) | 359.06º | 0.64% | 0.77% | - |
| XYZ | 26.39 | 16.72 | 7.97 | - |
| YUV | 108.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 72 | 0 | 0.64 | 0.63 | 0.23 | 359.06 | 0.52 | 0.52 |
| Hex | C5 | 46 | 48 | 0 | 40 | 3F | 17 | 167 | 34 | 34 |
| Octal | 305 | 106 | 110 | 0 | 100 | 77 | 27 | 547 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1001000 | 0 | 1000000 | 111111 | 10111 | 101100111 | 110100 | 110100 |
Color Harmonies of #C54648
Complementary color
Monochromatic Colors of #C54648
Black with #C54648
Text Example
Text Example
White with #C54648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54648; }
p { color: rgb(197,70,72); }
H1.HeaderClassName
{
color: #C54648;
}
.AnyTagClassName
{
color: #C54648;
}
</style>
background-color css
<style>
a { background-color: #C54648; }
a { background-color: rgb(197,70,72); }
div.DivClassName
{
background-color: #C54648;
}
.BgClassName
{
background-color: #C54648;
}
</style>
border-color css
<style>
span { border-color: #C54648; }
span { border-color: rgb(197,70,72); }
td.TdClassName
{
border-color: #C54648;
}
.TagClassName
{
border-color: #C54648;
}
</style>