Shades of Mandy #C5485D
Tints of Mandy #C5485D
RGB
CMYK
RGB Variations
Color information
#C5485D (or 0xC5485D) is known color: Mandy. HEX triplet: C5, 48 and 5D. RGB value is (197,72,93). Sum of RGB (Red+Green+Blue) = 197+72+93=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5485D is #3AB7A2. Grayscale: #6F6F6F. Windows color (decimal): -3848099 or 6113477. OLE color: 6113477.
HSL color Cylindrical-coordinate representation of color #C5485D: hue angle of 349.92º 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 #C5485D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 93 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.23 |
| HSL | 349.92º | 0.52% | 0.53% | - |
| HSV(B) | 349.92º | 0.63% | 0.77% | - |
| XYZ | 27.32 | 17.3 | 12.25 | - |
| YUV | 111.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 93 | 0 | 0.63 | 0.53 | 0.23 | 349.92 | 0.52 | 0.53 |
| Hex | C5 | 48 | 5D | 0 | 3F | 35 | 17 | 15E | 34 | 35 |
| Octal | 305 | 110 | 135 | 0 | 77 | 65 | 27 | 536 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1011101 | 0 | 111111 | 110101 | 10111 | 101011110 | 110100 | 110101 |
Color Harmonies of #C5485D
Complementary color
Monochromatic Colors of #C5485D
Black with #C5485D
Text Example
Text Example
White with #C5485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5485D; }
p { color: rgb(197,72,93); }
H1.HeaderClassName
{
color: #C5485D;
}
.AnyTagClassName
{
color: #C5485D;
}
</style>
background-color css
<style>
a { background-color: #C5485D; }
a { background-color: rgb(197,72,93); }
div.DivClassName
{
background-color: #C5485D;
}
.BgClassName
{
background-color: #C5485D;
}
</style>
border-color css
<style>
span { border-color: #C5485D; }
span { border-color: rgb(197,72,93); }
td.TdClassName
{
border-color: #C5485D;
}
.TagClassName
{
border-color: #C5485D;
}
</style>