Shades of Mandy #C54647
Tints of Mandy #C54647
RGB
CMYK
RGB Variations
Color information
#C54647 (or 0xC54647) is known color: Mandy. HEX triplet: C5, 46 and 47. RGB value is (197,70,71). Sum of RGB (Red+Green+Blue) = 197+70+71=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C54647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54647 is #3AB9B8. Grayscale: #6C6C6C. Windows color (decimal): -3848633 or 4671173. OLE color: 4671173.
HSL color Cylindrical-coordinate representation of color #C54647: hue angle of 359.53º 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 #C54647 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 71 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.23 |
| HSL | 359.53º | 0.52% | 0.52% | - |
| HSV(B) | 359.53º | 0.64% | 0.77% | - |
| XYZ | 26.35 | 16.71 | 7.8 | - |
| YUV | 108.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 71 | 0 | 0.64 | 0.64 | 0.23 | 359.53 | 0.52 | 0.52 |
| Hex | C5 | 46 | 47 | 0 | 40 | 40 | 17 | 168 | 34 | 34 |
| Octal | 305 | 106 | 107 | 0 | 100 | 100 | 27 | 550 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1000111 | 0 | 1000000 | 1000000 | 10111 | 101101000 | 110100 | 110100 |
Color Harmonies of #C54647
Complementary color
Monochromatic Colors of #C54647
Black with #C54647
Text Example
Text Example
White with #C54647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54647; }
p { color: rgb(197,70,71); }
H1.HeaderClassName
{
color: #C54647;
}
.AnyTagClassName
{
color: #C54647;
}
</style>
background-color css
<style>
a { background-color: #C54647; }
a { background-color: rgb(197,70,71); }
div.DivClassName
{
background-color: #C54647;
}
.BgClassName
{
background-color: #C54647;
}
</style>
border-color css
<style>
span { border-color: #C54647; }
span { border-color: rgb(197,70,71); }
td.TdClassName
{
border-color: #C54647;
}
.TagClassName
{
border-color: #C54647;
}
</style>