Shades of Mandy #C5464A
Tints of Mandy #C5464A
RGB
CMYK
RGB Variations
Color information
#C5464A (or 0xC5464A) is known color: Mandy. HEX triplet: C5, 46 and 4A. RGB value is (197,70,74). Sum of RGB (Red+Green+Blue) = 197+70+74=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5464A is #3AB9B5. Grayscale: #6C6C6C. Windows color (decimal): -3848630 or 4867781. OLE color: 4867781.
HSL color Cylindrical-coordinate representation of color #C5464A: hue angle of 358.11º 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 #C5464A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 74 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.23 |
| HSL | 358.11º | 0.52% | 0.52% | - |
| HSV(B) | 358.11º | 0.64% | 0.77% | - |
| XYZ | 26.45 | 16.75 | 8.32 | - |
| YUV | 108.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 74 | 0 | 0.64 | 0.62 | 0.23 | 358.11 | 0.52 | 0.52 |
| Hex | C5 | 46 | 4A | 0 | 40 | 3E | 17 | 166 | 34 | 34 |
| Octal | 305 | 106 | 112 | 0 | 100 | 76 | 27 | 546 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1001010 | 0 | 1000000 | 111110 | 10111 | 101100110 | 110100 | 110100 |
Color Harmonies of #C5464A
Complementary color
Monochromatic Colors of #C5464A
Black with #C5464A
Text Example
Text Example
White with #C5464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5464A; }
p { color: rgb(197,70,74); }
H1.HeaderClassName
{
color: #C5464A;
}
.AnyTagClassName
{
color: #C5464A;
}
</style>
background-color css
<style>
a { background-color: #C5464A; }
a { background-color: rgb(197,70,74); }
div.DivClassName
{
background-color: #C5464A;
}
.BgClassName
{
background-color: #C5464A;
}
</style>
border-color css
<style>
span { border-color: #C5464A; }
span { border-color: rgb(197,70,74); }
td.TdClassName
{
border-color: #C5464A;
}
.TagClassName
{
border-color: #C5464A;
}
</style>