Shades of Mandy #C5545B
Tints of Mandy #C5545B
RGB
CMYK
RGB Variations
Color information
#C5545B (or 0xC5545B) is known color: Mandy. HEX triplet: C5, 54 and 5B. RGB value is (197,84,91). Sum of RGB (Red+Green+Blue) = 197+84+91=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5545B is #3AABA4. Grayscale: #767676. Windows color (decimal): -3845029 or 5985477. OLE color: 5985477.
HSL color Cylindrical-coordinate representation of color #C5545B: hue angle of 356.28º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5545B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 91 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.23 |
| HSL | 356.28º | 0.49% | 0.55% | - |
| HSV(B) | 356.28º | 0.57% | 0.77% | - |
| XYZ | 28.08 | 18.97 | 12.08 | - |
| YUV | 118.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 91 | 0 | 0.57 | 0.54 | 0.23 | 356.28 | 0.49 | 0.55 |
| Hex | C5 | 54 | 5B | 0 | 39 | 36 | 17 | 164 | 31 | 37 |
| Octal | 305 | 124 | 133 | 0 | 71 | 66 | 27 | 544 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1011011 | 0 | 111001 | 110110 | 10111 | 101100100 | 110001 | 110111 |
Color Harmonies of #C5545B
Complementary color
Monochromatic Colors of #C5545B
Black with #C5545B
Text Example
Text Example
White with #C5545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5545B; }
p { color: rgb(197,84,91); }
H1.HeaderClassName
{
color: #C5545B;
}
.AnyTagClassName
{
color: #C5545B;
}
</style>
background-color css
<style>
a { background-color: #C5545B; }
a { background-color: rgb(197,84,91); }
div.DivClassName
{
background-color: #C5545B;
}
.BgClassName
{
background-color: #C5545B;
}
</style>
border-color css
<style>
span { border-color: #C5545B; }
span { border-color: rgb(197,84,91); }
td.TdClassName
{
border-color: #C5545B;
}
.TagClassName
{
border-color: #C5545B;
}
</style>