Shades of Mandy #C45456
Tints of Mandy #C45456
RGB
CMYK
RGB Variations
Color information
#C45456 (or 0xC45456) is known color: Mandy. HEX triplet: C4, 54 and 56. RGB value is (196,84,86). Sum of RGB (Red+Green+Blue) = 196+84+86=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C45456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45456 is #3BABA9. Grayscale: #757575. Windows color (decimal): -3910570 or 5657796. OLE color: 5657796.
HSL color Cylindrical-coordinate representation of color #C45456: hue angle of 358.93º 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 #C45456 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 86 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.23 |
| HSL | 358.93º | 0.49% | 0.55% | - |
| HSV(B) | 358.93º | 0.57% | 0.77% | - |
| XYZ | 27.61 | 18.75 | 10.97 | - |
| YUV | 117.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 86 | 0 | 0.57 | 0.56 | 0.23 | 358.93 | 0.49 | 0.55 |
| Hex | C4 | 54 | 56 | 0 | 39 | 38 | 17 | 167 | 31 | 37 |
| Octal | 304 | 124 | 126 | 0 | 71 | 70 | 27 | 547 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1010110 | 0 | 111001 | 111000 | 10111 | 101100111 | 110001 | 110111 |
Color Harmonies of #C45456
Complementary color
Monochromatic Colors of #C45456
Black with #C45456
Text Example
Text Example
White with #C45456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45456; }
p { color: rgb(196,84,86); }
H1.HeaderClassName
{
color: #C45456;
}
.AnyTagClassName
{
color: #C45456;
}
</style>
background-color css
<style>
a { background-color: #C45456; }
a { background-color: rgb(196,84,86); }
div.DivClassName
{
background-color: #C45456;
}
.BgClassName
{
background-color: #C45456;
}
</style>
border-color css
<style>
span { border-color: #C45456; }
span { border-color: rgb(196,84,86); }
td.TdClassName
{
border-color: #C45456;
}
.TagClassName
{
border-color: #C45456;
}
</style>