Shades of Mandy #C5535E
Tints of Mandy #C5535E
RGB
CMYK
RGB Variations
Color information
#C5535E (or 0xC5535E) is known color: Mandy. HEX triplet: C5, 53 and 5E. RGB value is (197,83,94). Sum of RGB (Red+Green+Blue) = 197+83+94=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5535E is #3AACA1. Grayscale: #767676. Windows color (decimal): -3845282 or 6181829. OLE color: 6181829.
HSL color Cylindrical-coordinate representation of color #C5535E: hue angle of 354.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5535E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 94 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.23 |
| HSL | 354.21º | 0.5% | 0.55% | - |
| HSV(B) | 354.21º | 0.58% | 0.77% | - |
| XYZ | 28.14 | 18.86 | 12.75 | - |
| YUV | 118.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 94 | 0 | 0.58 | 0.52 | 0.23 | 354.21 | 0.5 | 0.55 |
| Hex | C5 | 53 | 5E | 0 | 3A | 34 | 17 | 162 | 32 | 37 |
| Octal | 305 | 123 | 136 | 0 | 72 | 64 | 27 | 542 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1011110 | 0 | 111010 | 110100 | 10111 | 101100010 | 110010 | 110111 |
Color Harmonies of #C5535E
Complementary color
Monochromatic Colors of #C5535E
Black with #C5535E
Text Example
Text Example
White with #C5535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5535E; }
p { color: rgb(197,83,94); }
H1.HeaderClassName
{
color: #C5535E;
}
.AnyTagClassName
{
color: #C5535E;
}
</style>
background-color css
<style>
a { background-color: #C5535E; }
a { background-color: rgb(197,83,94); }
div.DivClassName
{
background-color: #C5535E;
}
.BgClassName
{
background-color: #C5535E;
}
</style>
border-color css
<style>
span { border-color: #C5535E; }
span { border-color: rgb(197,83,94); }
td.TdClassName
{
border-color: #C5535E;
}
.TagClassName
{
border-color: #C5535E;
}
</style>