Shades of Mandy #C5525E
Tints of Mandy #C5525E
RGB
CMYK
RGB Variations
Color information
#C5525E (or 0xC5525E) is known color: Mandy. HEX triplet: C5, 52 and 5E. RGB value is (197,82,94). Sum of RGB (Red+Green+Blue) = 197+82+94=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5525E is #3AADA1. Grayscale: #757575. Windows color (decimal): -3845538 or 6181573. OLE color: 6181573.
HSL color Cylindrical-coordinate representation of color #C5525E: hue angle of 353.74º 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 #C5525E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 94 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.23 |
| HSL | 353.74º | 0.5% | 0.55% | - |
| HSV(B) | 353.74º | 0.58% | 0.77% | - |
| XYZ | 28.06 | 18.71 | 12.72 | - |
| YUV | 117.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 94 | 0 | 0.58 | 0.52 | 0.23 | 353.74 | 0.5 | 0.55 |
| Hex | C5 | 52 | 5E | 0 | 3A | 34 | 17 | 162 | 32 | 37 |
| Octal | 305 | 122 | 136 | 0 | 72 | 64 | 27 | 542 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1011110 | 0 | 111010 | 110100 | 10111 | 101100010 | 110010 | 110111 |
Color Harmonies of #C5525E
Complementary color
Monochromatic Colors of #C5525E
Black with #C5525E
Text Example
Text Example
White with #C5525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5525E; }
p { color: rgb(197,82,94); }
H1.HeaderClassName
{
color: #C5525E;
}
.AnyTagClassName
{
color: #C5525E;
}
</style>
background-color css
<style>
a { background-color: #C5525E; }
a { background-color: rgb(197,82,94); }
div.DivClassName
{
background-color: #C5525E;
}
.BgClassName
{
background-color: #C5525E;
}
</style>
border-color css
<style>
span { border-color: #C5525E; }
span { border-color: rgb(197,82,94); }
td.TdClassName
{
border-color: #C5525E;
}
.TagClassName
{
border-color: #C5525E;
}
</style>