Shades of Mandy #C45457
Tints of Mandy #C45457
RGB
CMYK
RGB Variations
Color information
#C45457 (or 0xC45457) is known color: Mandy. HEX triplet: C4, 54 and 57. RGB value is (196,84,87). Sum of RGB (Red+Green+Blue) = 196+84+87=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C45457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45457 is #3BABA8. Grayscale: #757575. Windows color (decimal): -3910569 or 5723332. OLE color: 5723332.
HSL color Cylindrical-coordinate representation of color #C45457: hue angle of 358.39º 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 #C45457 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 87 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.23 |
| HSL | 358.39º | 0.49% | 0.55% | - |
| HSV(B) | 358.39º | 0.57% | 0.77% | - |
| XYZ | 27.66 | 18.76 | 11.18 | - |
| YUV | 117.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 87 | 0 | 0.57 | 0.56 | 0.23 | 358.39 | 0.49 | 0.55 |
| Hex | C4 | 54 | 57 | 0 | 39 | 38 | 17 | 166 | 31 | 37 |
| Octal | 304 | 124 | 127 | 0 | 71 | 70 | 27 | 546 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1010111 | 0 | 111001 | 111000 | 10111 | 101100110 | 110001 | 110111 |
Color Harmonies of #C45457
Complementary color
Monochromatic Colors of #C45457
Black with #C45457
Text Example
Text Example
White with #C45457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45457; }
p { color: rgb(196,84,87); }
H1.HeaderClassName
{
color: #C45457;
}
.AnyTagClassName
{
color: #C45457;
}
</style>
background-color css
<style>
a { background-color: #C45457; }
a { background-color: rgb(196,84,87); }
div.DivClassName
{
background-color: #C45457;
}
.BgClassName
{
background-color: #C45457;
}
</style>
border-color css
<style>
span { border-color: #C45457; }
span { border-color: rgb(196,84,87); }
td.TdClassName
{
border-color: #C45457;
}
.TagClassName
{
border-color: #C45457;
}
</style>