Shades of Mandy #C5485F
Tints of Mandy #C5485F
RGB
CMYK
RGB Variations
Color information
#C5485F (or 0xC5485F) is known color: Mandy. HEX triplet: C5, 48 and 5F. RGB value is (197,72,95). Sum of RGB (Red+Green+Blue) = 197+72+95=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5485F is #3AB7A0. Grayscale: #707070. Windows color (decimal): -3848097 or 6244549. OLE color: 6244549.
HSL color Cylindrical-coordinate representation of color #C5485F: hue angle of 348.96º 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 #C5485F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 95 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.23 |
| HSL | 348.96º | 0.52% | 0.53% | - |
| HSV(B) | 348.96º | 0.63% | 0.77% | - |
| XYZ | 27.41 | 17.33 | 12.73 | - |
| YUV | 112 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 95 | 0 | 0.63 | 0.52 | 0.23 | 348.96 | 0.52 | 0.53 |
| Hex | C5 | 48 | 5F | 0 | 3F | 34 | 17 | 15D | 34 | 35 |
| Octal | 305 | 110 | 137 | 0 | 77 | 64 | 27 | 535 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1011111 | 0 | 111111 | 110100 | 10111 | 101011101 | 110100 | 110101 |
Color Harmonies of #C5485F
Complementary color
Monochromatic Colors of #C5485F
Black with #C5485F
Text Example
Text Example
White with #C5485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5485F; }
p { color: rgb(197,72,95); }
H1.HeaderClassName
{
color: #C5485F;
}
.AnyTagClassName
{
color: #C5485F;
}
</style>
background-color css
<style>
a { background-color: #C5485F; }
a { background-color: rgb(197,72,95); }
div.DivClassName
{
background-color: #C5485F;
}
.BgClassName
{
background-color: #C5485F;
}
</style>
border-color css
<style>
span { border-color: #C5485F; }
span { border-color: rgb(197,72,95); }
td.TdClassName
{
border-color: #C5485F;
}
.TagClassName
{
border-color: #C5485F;
}
</style>