Shades of Mandy #C7485B
Tints of Mandy #C7485B
RGB
CMYK
RGB Variations
Color information
#C7485B (or 0xC7485B) is known color: Mandy. HEX triplet: C7, 48 and 5B. RGB value is (199,72,91). Sum of RGB (Red+Green+Blue) = 199+72+91=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7485B is #38B7A4. Grayscale: #707070. Windows color (decimal): -3717029 or 5982407. OLE color: 5982407.
HSL color Cylindrical-coordinate representation of color #C7485B: hue angle of 351.02º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7485B is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 91 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.22 |
| HSL | 351.02º | 0.53% | 0.53% | - |
| HSV(B) | 351.02º | 0.64% | 0.78% | - |
| XYZ | 27.76 | 17.53 | 11.82 | - |
| YUV | 112.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 91 | 0 | 0.64 | 0.54 | 0.22 | 351.02 | 0.53 | 0.53 |
| Hex | C7 | 48 | 5B | 0 | 40 | 36 | 16 | 15F | 35 | 35 |
| Octal | 307 | 110 | 133 | 0 | 100 | 66 | 26 | 537 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1011011 | 0 | 1000000 | 110110 | 10110 | 101011111 | 110101 | 110101 |
Color Harmonies of #C7485B
Complementary color
Monochromatic Colors of #C7485B
Black with #C7485B
Text Example
Text Example
White with #C7485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7485B; }
p { color: rgb(199,72,91); }
H1.HeaderClassName
{
color: #C7485B;
}
.AnyTagClassName
{
color: #C7485B;
}
</style>
background-color css
<style>
a { background-color: #C7485B; }
a { background-color: rgb(199,72,91); }
div.DivClassName
{
background-color: #C7485B;
}
.BgClassName
{
background-color: #C7485B;
}
</style>
border-color css
<style>
span { border-color: #C7485B; }
span { border-color: rgb(199,72,91); }
td.TdClassName
{
border-color: #C7485B;
}
.TagClassName
{
border-color: #C7485B;
}
</style>