Shades of Mandy #C7475F
Tints of Mandy #C7475F
RGB
CMYK
RGB Variations
Color information
#C7475F (or 0xC7475F) is known color: Mandy. HEX triplet: C7, 47 and 5F. RGB value is (199,71,95). Sum of RGB (Red+Green+Blue) = 199+71+95=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475F is #38B8A0. Grayscale: #707070. Windows color (decimal): -3717281 or 6244295. OLE color: 6244295.
HSL color Cylindrical-coordinate representation of color #C7475F: hue angle of 348.75º 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 #C7475F is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 95 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.75º | 0.53% | 0.53% | - |
| HSV(B) | 348.75º | 0.64% | 0.78% | - |
| XYZ | 27.87 | 17.47 | 12.73 | - |
| YUV | 112.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 95 | 0 | 0.64 | 0.52 | 0.22 | 348.75 | 0.53 | 0.53 |
| Hex | C7 | 47 | 5F | 0 | 40 | 34 | 16 | 15D | 35 | 35 |
| Octal | 307 | 107 | 137 | 0 | 100 | 64 | 26 | 535 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1011111 | 0 | 1000000 | 110100 | 10110 | 101011101 | 110101 | 110101 |
Color Harmonies of #C7475F
Complementary color
Monochromatic Colors of #C7475F
Black with #C7475F
Text Example
Text Example
White with #C7475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7475F; }
p { color: rgb(199,71,95); }
H1.HeaderClassName
{
color: #C7475F;
}
.AnyTagClassName
{
color: #C7475F;
}
</style>
background-color css
<style>
a { background-color: #C7475F; }
a { background-color: rgb(199,71,95); }
div.DivClassName
{
background-color: #C7475F;
}
.BgClassName
{
background-color: #C7475F;
}
</style>
border-color css
<style>
span { border-color: #C7475F; }
span { border-color: rgb(199,71,95); }
td.TdClassName
{
border-color: #C7475F;
}
.TagClassName
{
border-color: #C7475F;
}
</style>