Shades of Mandy #C4545A
Tints of Mandy #C4545A
RGB
CMYK
RGB Variations
Color information
#C4545A (or 0xC4545A) is known color: Mandy. HEX triplet: C4, 54 and 5A. RGB value is (196,84,90). Sum of RGB (Red+Green+Blue) = 196+84+90=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4545A is #3BABA5. Grayscale: #767676. Windows color (decimal): -3910566 or 5919940. OLE color: 5919940.
HSL color Cylindrical-coordinate representation of color #C4545A: hue angle of 356.79º 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 #C4545A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 90 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.23 |
| HSL | 356.79º | 0.49% | 0.55% | - |
| HSV(B) | 356.79º | 0.57% | 0.77% | - |
| XYZ | 27.78 | 18.81 | 11.84 | - |
| YUV | 118.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 90 | 0 | 0.57 | 0.54 | 0.23 | 356.79 | 0.49 | 0.55 |
| Hex | C4 | 54 | 5A | 0 | 39 | 36 | 17 | 165 | 31 | 37 |
| Octal | 304 | 124 | 132 | 0 | 71 | 66 | 27 | 545 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1011010 | 0 | 111001 | 110110 | 10111 | 101100101 | 110001 | 110111 |
Color Harmonies of #C4545A
Complementary color
Monochromatic Colors of #C4545A
Black with #C4545A
Text Example
Text Example
White with #C4545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4545A; }
p { color: rgb(196,84,90); }
H1.HeaderClassName
{
color: #C4545A;
}
.AnyTagClassName
{
color: #C4545A;
}
</style>
background-color css
<style>
a { background-color: #C4545A; }
a { background-color: rgb(196,84,90); }
div.DivClassName
{
background-color: #C4545A;
}
.BgClassName
{
background-color: #C4545A;
}
</style>
border-color css
<style>
span { border-color: #C4545A; }
span { border-color: rgb(196,84,90); }
td.TdClassName
{
border-color: #C4545A;
}
.TagClassName
{
border-color: #C4545A;
}
</style>