Shades of Mandy #C45157
Tints of Mandy #C45157
RGB
CMYK
RGB Variations
Color information
#C45157 (or 0xC45157) is known color: Mandy. HEX triplet: C4, 51 and 57. RGB value is (196,81,87). Sum of RGB (Red+Green+Blue) = 196+81+87=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C45157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45157 is #3BAEA8. Grayscale: #747474. Windows color (decimal): -3911337 or 5722564. OLE color: 5722564.
HSL color Cylindrical-coordinate representation of color #C45157: hue angle of 356.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45157 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 87 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.23 |
| HSL | 356.87º | 0.49% | 0.54% | - |
| HSV(B) | 356.87º | 0.59% | 0.77% | - |
| XYZ | 27.43 | 18.31 | 11.11 | - |
| YUV | 116.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 87 | 0 | 0.59 | 0.56 | 0.23 | 356.87 | 0.49 | 0.54 |
| Hex | C4 | 51 | 57 | 0 | 3B | 38 | 17 | 165 | 31 | 36 |
| Octal | 304 | 121 | 127 | 0 | 73 | 70 | 27 | 545 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1010111 | 0 | 111011 | 111000 | 10111 | 101100101 | 110001 | 110110 |
Color Harmonies of #C45157
Complementary color
Monochromatic Colors of #C45157
Black with #C45157
Text Example
Text Example
White with #C45157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45157; }
p { color: rgb(196,81,87); }
H1.HeaderClassName
{
color: #C45157;
}
.AnyTagClassName
{
color: #C45157;
}
</style>
background-color css
<style>
a { background-color: #C45157; }
a { background-color: rgb(196,81,87); }
div.DivClassName
{
background-color: #C45157;
}
.BgClassName
{
background-color: #C45157;
}
</style>
border-color css
<style>
span { border-color: #C45157; }
span { border-color: rgb(196,81,87); }
td.TdClassName
{
border-color: #C45157;
}
.TagClassName
{
border-color: #C45157;
}
</style>