Shades of Mandy #C45762
Tints of Mandy #C45762
RGB
CMYK
RGB Variations
Color information
#C45762 (or 0xC45762) is known color: Mandy. HEX triplet: C4, 57 and 62. RGB value is (196,87,98). Sum of RGB (Red+Green+Blue) = 196+87+98=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45762 is #3BA89D. Grayscale: #787878. Windows color (decimal): -3909790 or 6444996. OLE color: 6444996.
HSL color Cylindrical-coordinate representation of color #C45762: hue angle of 353.94º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45762 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 98 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.23 |
| HSL | 353.94º | 0.48% | 0.55% | - |
| HSV(B) | 353.94º | 0.56% | 0.77% | - |
| XYZ | 28.38 | 19.43 | 13.81 | - |
| YUV | 120.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 98 | 0 | 0.56 | 0.5 | 0.23 | 353.94 | 0.48 | 0.55 |
| Hex | C4 | 57 | 62 | 0 | 38 | 32 | 17 | 162 | 30 | 37 |
| Octal | 304 | 127 | 142 | 0 | 70 | 62 | 27 | 542 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1100010 | 0 | 111000 | 110010 | 10111 | 101100010 | 110000 | 110111 |
Color Harmonies of #C45762
Complementary color
Monochromatic Colors of #C45762
Black with #C45762
Text Example
Text Example
White with #C45762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45762; }
p { color: rgb(196,87,98); }
H1.HeaderClassName
{
color: #C45762;
}
.AnyTagClassName
{
color: #C45762;
}
</style>
background-color css
<style>
a { background-color: #C45762; }
a { background-color: rgb(196,87,98); }
div.DivClassName
{
background-color: #C45762;
}
.BgClassName
{
background-color: #C45762;
}
</style>
border-color css
<style>
span { border-color: #C45762; }
span { border-color: rgb(196,87,98); }
td.TdClassName
{
border-color: #C45762;
}
.TagClassName
{
border-color: #C45762;
}
</style>