Shades of Mandy #C5535B
Tints of Mandy #C5535B
RGB
CMYK
RGB Variations
Color information
#C5535B (or 0xC5535B) is known color: Mandy. HEX triplet: C5, 53 and 5B. RGB value is (197,83,91). Sum of RGB (Red+Green+Blue) = 197+83+91=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5535B is #3AACA4. Grayscale: #767676. Windows color (decimal): -3845285 or 5985221. OLE color: 5985221.
HSL color Cylindrical-coordinate representation of color #C5535B: hue angle of 355.79º 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 #C5535B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.23 |
| HSL | 355.79º | 0.5% | 0.55% | - |
| HSV(B) | 355.79º | 0.58% | 0.77% | - |
| XYZ | 28.01 | 18.81 | 12.05 | - |
| YUV | 118 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 91 | 0 | 0.58 | 0.54 | 0.23 | 355.79 | 0.5 | 0.55 |
| Hex | C5 | 53 | 5B | 0 | 3A | 36 | 17 | 164 | 32 | 37 |
| Octal | 305 | 123 | 133 | 0 | 72 | 66 | 27 | 544 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1011011 | 0 | 111010 | 110110 | 10111 | 101100100 | 110010 | 110111 |
Color Harmonies of #C5535B
Complementary color
Monochromatic Colors of #C5535B
Black with #C5535B
Text Example
Text Example
White with #C5535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5535B; }
p { color: rgb(197,83,91); }
H1.HeaderClassName
{
color: #C5535B;
}
.AnyTagClassName
{
color: #C5535B;
}
</style>
background-color css
<style>
a { background-color: #C5535B; }
a { background-color: rgb(197,83,91); }
div.DivClassName
{
background-color: #C5535B;
}
.BgClassName
{
background-color: #C5535B;
}
</style>
border-color css
<style>
span { border-color: #C5535B; }
span { border-color: rgb(197,83,91); }
td.TdClassName
{
border-color: #C5535B;
}
.TagClassName
{
border-color: #C5535B;
}
</style>