Shades of Mandy #C45257
Tints of Mandy #C45257
RGB
CMYK
RGB Variations
Color information
#C45257 (or 0xC45257) is known color: Mandy. HEX triplet: C4, 52 and 57. RGB value is (196,82,87). Sum of RGB (Red+Green+Blue) = 196+82+87=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C45257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45257 is #3BADA8. Grayscale: #747474. Windows color (decimal): -3911081 or 5722820. OLE color: 5722820.
HSL color Cylindrical-coordinate representation of color #C45257: hue angle of 357.37º 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 #C45257 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 87 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.23 |
| HSL | 357.37º | 0.49% | 0.55% | - |
| HSV(B) | 357.37º | 0.58% | 0.77% | - |
| XYZ | 27.5 | 18.46 | 11.13 | - |
| YUV | 116.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 87 | 0 | 0.58 | 0.56 | 0.23 | 357.37 | 0.49 | 0.55 |
| Hex | C4 | 52 | 57 | 0 | 3A | 38 | 17 | 165 | 31 | 37 |
| Octal | 304 | 122 | 127 | 0 | 72 | 70 | 27 | 545 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1010111 | 0 | 111010 | 111000 | 10111 | 101100101 | 110001 | 110111 |
Color Harmonies of #C45257
Complementary color
Monochromatic Colors of #C45257
Black with #C45257
Text Example
Text Example
White with #C45257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45257; }
p { color: rgb(196,82,87); }
H1.HeaderClassName
{
color: #C45257;
}
.AnyTagClassName
{
color: #C45257;
}
</style>
background-color css
<style>
a { background-color: #C45257; }
a { background-color: rgb(196,82,87); }
div.DivClassName
{
background-color: #C45257;
}
.BgClassName
{
background-color: #C45257;
}
</style>
border-color css
<style>
span { border-color: #C45257; }
span { border-color: rgb(196,82,87); }
td.TdClassName
{
border-color: #C45257;
}
.TagClassName
{
border-color: #C45257;
}
</style>