Shades of Mandy #C5485E
Tints of Mandy #C5485E
RGB
CMYK
RGB Variations
Color information
#C5485E (or 0xC5485E) is known color: Mandy. HEX triplet: C5, 48 and 5E. RGB value is (197,72,94). Sum of RGB (Red+Green+Blue) = 197+72+94=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5485E is #3AB7A1. Grayscale: #6F6F6F. Windows color (decimal): -3848098 or 6179013. OLE color: 6179013.
HSL color Cylindrical-coordinate representation of color #C5485E: hue angle of 349.44º degrees, saturation: 0.52, 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 #C5485E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 94 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.23 |
| HSL | 349.44º | 0.52% | 0.53% | - |
| HSV(B) | 349.44º | 0.63% | 0.77% | - |
| XYZ | 27.36 | 17.31 | 12.49 | - |
| YUV | 111.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 94 | 0 | 0.63 | 0.52 | 0.23 | 349.44 | 0.52 | 0.53 |
| Hex | C5 | 48 | 5E | 0 | 3F | 34 | 17 | 15D | 34 | 35 |
| Octal | 305 | 110 | 136 | 0 | 77 | 64 | 27 | 535 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1011110 | 0 | 111111 | 110100 | 10111 | 101011101 | 110100 | 110101 |
Color Harmonies of #C5485E
Complementary color
Monochromatic Colors of #C5485E
Black with #C5485E
Text Example
Text Example
White with #C5485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5485E; }
p { color: rgb(197,72,94); }
H1.HeaderClassName
{
color: #C5485E;
}
.AnyTagClassName
{
color: #C5485E;
}
</style>
background-color css
<style>
a { background-color: #C5485E; }
a { background-color: rgb(197,72,94); }
div.DivClassName
{
background-color: #C5485E;
}
.BgClassName
{
background-color: #C5485E;
}
</style>
border-color css
<style>
span { border-color: #C5485E; }
span { border-color: rgb(197,72,94); }
td.TdClassName
{
border-color: #C5485E;
}
.TagClassName
{
border-color: #C5485E;
}
</style>