Shades of Mandy #C45360
Tints of Mandy #C45360
RGB
CMYK
RGB Variations
Color information
#C45360 (or 0xC45360) is known color: Mandy. HEX triplet: C4, 53 and 60. RGB value is (196,83,96). Sum of RGB (Red+Green+Blue) = 196+83+96=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C45360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45360 is #3BAC9F. Grayscale: #767676. Windows color (decimal): -3910816 or 6312900. OLE color: 6312900.
HSL color Cylindrical-coordinate representation of color #C45360: hue angle of 353.1º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45360 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 96 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.23 |
| HSL | 353.1º | 0.49% | 0.55% | - |
| HSV(B) | 353.1º | 0.58% | 0.77% | - |
| XYZ | 27.97 | 18.77 | 13.21 | - |
| YUV | 118.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 96 | 0 | 0.58 | 0.51 | 0.23 | 353.1 | 0.49 | 0.55 |
| Hex | C4 | 53 | 60 | 0 | 3A | 33 | 17 | 161 | 31 | 37 |
| Octal | 304 | 123 | 140 | 0 | 72 | 63 | 27 | 541 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1100000 | 0 | 111010 | 110011 | 10111 | 101100001 | 110001 | 110111 |
Color Harmonies of #C45360
Complementary color
Monochromatic Colors of #C45360
Black with #C45360
Text Example
Text Example
White with #C45360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45360; }
p { color: rgb(196,83,96); }
H1.HeaderClassName
{
color: #C45360;
}
.AnyTagClassName
{
color: #C45360;
}
</style>
background-color css
<style>
a { background-color: #C45360; }
a { background-color: rgb(196,83,96); }
div.DivClassName
{
background-color: #C45360;
}
.BgClassName
{
background-color: #C45360;
}
</style>
border-color css
<style>
span { border-color: #C45360; }
span { border-color: rgb(196,83,96); }
td.TdClassName
{
border-color: #C45360;
}
.TagClassName
{
border-color: #C45360;
}
</style>