Shades of Mandy #C5545C
Tints of Mandy #C5545C
RGB
CMYK
RGB Variations
Color information
#C5545C (or 0xC5545C) is known color: Mandy. HEX triplet: C5, 54 and 5C. RGB value is (197,84,92). Sum of RGB (Red+Green+Blue) = 197+84+92=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5545C is #3AABA3. Grayscale: #767676. Windows color (decimal): -3845028 or 6051013. OLE color: 6051013.
HSL color Cylindrical-coordinate representation of color #C5545C: hue angle of 355.75º 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 #C5545C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 92 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.23 |
| HSL | 355.75º | 0.49% | 0.55% | - |
| HSV(B) | 355.75º | 0.57% | 0.77% | - |
| XYZ | 28.13 | 18.98 | 12.31 | - |
| YUV | 118.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 92 | 0 | 0.57 | 0.53 | 0.23 | 355.75 | 0.49 | 0.55 |
| Hex | C5 | 54 | 5C | 0 | 39 | 35 | 17 | 164 | 31 | 37 |
| Octal | 305 | 124 | 134 | 0 | 71 | 65 | 27 | 544 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1011100 | 0 | 111001 | 110101 | 10111 | 101100100 | 110001 | 110111 |
Color Harmonies of #C5545C
Complementary color
Monochromatic Colors of #C5545C
Black with #C5545C
Text Example
Text Example
White with #C5545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5545C; }
p { color: rgb(197,84,92); }
H1.HeaderClassName
{
color: #C5545C;
}
.AnyTagClassName
{
color: #C5545C;
}
</style>
background-color css
<style>
a { background-color: #C5545C; }
a { background-color: rgb(197,84,92); }
div.DivClassName
{
background-color: #C5545C;
}
.BgClassName
{
background-color: #C5545C;
}
</style>
border-color css
<style>
span { border-color: #C5545C; }
span { border-color: rgb(197,84,92); }
td.TdClassName
{
border-color: #C5545C;
}
.TagClassName
{
border-color: #C5545C;
}
</style>