Shades of Mandy #C4545D
Tints of Mandy #C4545D
RGB
CMYK
RGB Variations
Color information
#C4545D (or 0xC4545D) is known color: Mandy. HEX triplet: C4, 54 and 5D. RGB value is (196,84,93). Sum of RGB (Red+Green+Blue) = 196+84+93=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4545D is #3BABA2. Grayscale: #767676. Windows color (decimal): -3910563 or 6116548. OLE color: 6116548.
HSL color Cylindrical-coordinate representation of color #C4545D: hue angle of 355.18º 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 #C4545D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 93 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.23 |
| HSL | 355.18º | 0.49% | 0.55% | - |
| HSV(B) | 355.18º | 0.57% | 0.77% | - |
| XYZ | 27.91 | 18.87 | 12.53 | - |
| YUV | 118.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 93 | 0 | 0.57 | 0.53 | 0.23 | 355.18 | 0.49 | 0.55 |
| Hex | C4 | 54 | 5D | 0 | 39 | 35 | 17 | 163 | 31 | 37 |
| Octal | 304 | 124 | 135 | 0 | 71 | 65 | 27 | 543 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1011101 | 0 | 111001 | 110101 | 10111 | 101100011 | 110001 | 110111 |
Color Harmonies of #C4545D
Complementary color
Monochromatic Colors of #C4545D
Black with #C4545D
Text Example
Text Example
White with #C4545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4545D; }
p { color: rgb(196,84,93); }
H1.HeaderClassName
{
color: #C4545D;
}
.AnyTagClassName
{
color: #C4545D;
}
</style>
background-color css
<style>
a { background-color: #C4545D; }
a { background-color: rgb(196,84,93); }
div.DivClassName
{
background-color: #C4545D;
}
.BgClassName
{
background-color: #C4545D;
}
</style>
border-color css
<style>
span { border-color: #C4545D; }
span { border-color: rgb(196,84,93); }
td.TdClassName
{
border-color: #C4545D;
}
.TagClassName
{
border-color: #C4545D;
}
</style>