Shades of Mandy #C74A5D
Tints of Mandy #C74A5D
RGB
CMYK
RGB Variations
Color information
#C74A5D (or 0xC74A5D) is known color: Mandy. HEX triplet: C7, 4A and 5D. RGB value is (199,74,93). Sum of RGB (Red+Green+Blue) = 199+74+93=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A5D is #38B5A2. Grayscale: #717171. Windows color (decimal): -3716515 or 6113991. OLE color: 6113991.
HSL color Cylindrical-coordinate representation of color #C74A5D: hue angle of 350.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A5D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 93 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.22 |
| HSL | 350.88º | 0.53% | 0.54% | - |
| HSV(B) | 350.88º | 0.63% | 0.78% | - |
| XYZ | 27.98 | 17.83 | 12.32 | - |
| YUV | 113.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 93 | 0 | 0.63 | 0.53 | 0.22 | 350.88 | 0.53 | 0.54 |
| Hex | C7 | 4A | 5D | 0 | 3F | 35 | 16 | 15F | 35 | 36 |
| Octal | 307 | 112 | 135 | 0 | 77 | 65 | 26 | 537 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1011101 | 0 | 111111 | 110101 | 10110 | 101011111 | 110101 | 110110 |
Color Harmonies of #C74A5D
Complementary color
Monochromatic Colors of #C74A5D
Black with #C74A5D
Text Example
Text Example
White with #C74A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A5D; }
p { color: rgb(199,74,93); }
H1.HeaderClassName
{
color: #C74A5D;
}
.AnyTagClassName
{
color: #C74A5D;
}
</style>
background-color css
<style>
a { background-color: #C74A5D; }
a { background-color: rgb(199,74,93); }
div.DivClassName
{
background-color: #C74A5D;
}
.BgClassName
{
background-color: #C74A5D;
}
</style>
border-color css
<style>
span { border-color: #C74A5D; }
span { border-color: rgb(199,74,93); }
td.TdClassName
{
border-color: #C74A5D;
}
.TagClassName
{
border-color: #C74A5D;
}
</style>