Shades of Mandy #C4485E
Tints of Mandy #C4485E
RGB
CMYK
RGB Variations
Color information
#C4485E (or 0xC4485E) is known color: Mandy. HEX triplet: C4, 48 and 5E. RGB value is (196,72,94). Sum of RGB (Red+Green+Blue) = 196+72+94=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485E is #3BB7A1. Grayscale: #6F6F6F. Windows color (decimal): -3913634 or 6179012. OLE color: 6179012.
HSL color Cylindrical-coordinate representation of color #C4485E: hue angle of 349.35º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4485E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 94 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.23 |
| HSL | 349.35º | 0.51% | 0.53% | - |
| HSV(B) | 349.35º | 0.63% | 0.77% | - |
| XYZ | 27.1 | 17.18 | 12.48 | - |
| YUV | 111.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 94 | 0 | 0.63 | 0.52 | 0.23 | 349.35 | 0.51 | 0.53 |
| Hex | C4 | 48 | 5E | 0 | 3F | 34 | 17 | 15D | 33 | 35 |
| Octal | 304 | 110 | 136 | 0 | 77 | 64 | 27 | 535 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1011110 | 0 | 111111 | 110100 | 10111 | 101011101 | 110011 | 110101 |
Color Harmonies of #C4485E
Complementary color
Monochromatic Colors of #C4485E
Black with #C4485E
Text Example
Text Example
White with #C4485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4485E; }
p { color: rgb(196,72,94); }
H1.HeaderClassName
{
color: #C4485E;
}
.AnyTagClassName
{
color: #C4485E;
}
</style>
background-color css
<style>
a { background-color: #C4485E; }
a { background-color: rgb(196,72,94); }
div.DivClassName
{
background-color: #C4485E;
}
.BgClassName
{
background-color: #C4485E;
}
</style>
border-color css
<style>
span { border-color: #C4485E; }
span { border-color: rgb(196,72,94); }
td.TdClassName
{
border-color: #C4485E;
}
.TagClassName
{
border-color: #C4485E;
}
</style>