Shades of Mandy #C7475D
Tints of Mandy #C7475D
RGB
CMYK
RGB Variations
Color information
#C7475D (or 0xC7475D) is known color: Mandy. HEX triplet: C7, 47 and 5D. RGB value is (199,71,93). Sum of RGB (Red+Green+Blue) = 199+71+93=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475D is #38B8A2. Grayscale: #6F6F6F. Windows color (decimal): -3717283 or 6113223. OLE color: 6113223.
HSL color Cylindrical-coordinate representation of color #C7475D: hue angle of 349.69º 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 #C7475D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 93 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.22 |
| HSL | 349.69º | 0.53% | 0.53% | - |
| HSV(B) | 349.69º | 0.64% | 0.78% | - |
| XYZ | 27.78 | 17.44 | 12.26 | - |
| YUV | 111.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 93 | 0 | 0.64 | 0.53 | 0.22 | 349.69 | 0.53 | 0.53 |
| Hex | C7 | 47 | 5D | 0 | 40 | 35 | 16 | 15E | 35 | 35 |
| Octal | 307 | 107 | 135 | 0 | 100 | 65 | 26 | 536 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1011101 | 0 | 1000000 | 110101 | 10110 | 101011110 | 110101 | 110101 |
Color Harmonies of #C7475D
Complementary color
Monochromatic Colors of #C7475D
Black with #C7475D
Text Example
Text Example
White with #C7475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7475D; }
p { color: rgb(199,71,93); }
H1.HeaderClassName
{
color: #C7475D;
}
.AnyTagClassName
{
color: #C7475D;
}
</style>
background-color css
<style>
a { background-color: #C7475D; }
a { background-color: rgb(199,71,93); }
div.DivClassName
{
background-color: #C7475D;
}
.BgClassName
{
background-color: #C7475D;
}
</style>
border-color css
<style>
span { border-color: #C7475D; }
span { border-color: rgb(199,71,93); }
td.TdClassName
{
border-color: #C7475D;
}
.TagClassName
{
border-color: #C7475D;
}
</style>