Shades of Mandy #C4545F
Tints of Mandy #C4545F
RGB
CMYK
RGB Variations
Color information
#C4545F (or 0xC4545F) is known color: Mandy. HEX triplet: C4, 54 and 5F. RGB value is (196,84,95). Sum of RGB (Red+Green+Blue) = 196+84+95=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4545F is #3BABA0. Grayscale: #767676. Windows color (decimal): -3910561 or 6247620. OLE color: 6247620.
HSL color Cylindrical-coordinate representation of color #C4545F: hue angle of 354.11º 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 #C4545F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 95 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.23 |
| HSL | 354.11º | 0.49% | 0.55% | - |
| HSV(B) | 354.11º | 0.57% | 0.77% | - |
| XYZ | 28 | 18.9 | 13 | - |
| YUV | 118.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 95 | 0 | 0.57 | 0.52 | 0.23 | 354.11 | 0.49 | 0.55 |
| Hex | C4 | 54 | 5F | 0 | 39 | 34 | 17 | 162 | 31 | 37 |
| Octal | 304 | 124 | 137 | 0 | 71 | 64 | 27 | 542 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1011111 | 0 | 111001 | 110100 | 10111 | 101100010 | 110001 | 110111 |
Color Harmonies of #C4545F
Complementary color
Monochromatic Colors of #C4545F
Black with #C4545F
Text Example
Text Example
White with #C4545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4545F; }
p { color: rgb(196,84,95); }
H1.HeaderClassName
{
color: #C4545F;
}
.AnyTagClassName
{
color: #C4545F;
}
</style>
background-color css
<style>
a { background-color: #C4545F; }
a { background-color: rgb(196,84,95); }
div.DivClassName
{
background-color: #C4545F;
}
.BgClassName
{
background-color: #C4545F;
}
</style>
border-color css
<style>
span { border-color: #C4545F; }
span { border-color: rgb(196,84,95); }
td.TdClassName
{
border-color: #C4545F;
}
.TagClassName
{
border-color: #C4545F;
}
</style>