Shades of Mandy #C74A55
Tints of Mandy #C74A55
RGB
CMYK
RGB Variations
Color information
#C74A55 (or 0xC74A55) is known color: Mandy. HEX triplet: C7, 4A and 55. RGB value is (199,74,85). Sum of RGB (Red+Green+Blue) = 199+74+85=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A55 is #38B5AA. Grayscale: #707070. Windows color (decimal): -3716523 or 5589703. OLE color: 5589703.
HSL color Cylindrical-coordinate representation of color #C74A55: hue angle of 354.72º 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 #C74A55 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 85 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.22 |
| HSL | 354.72º | 0.53% | 0.54% | - |
| HSV(B) | 354.72º | 0.63% | 0.78% | - |
| XYZ | 27.64 | 17.7 | 10.55 | - |
| YUV | 112.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 85 | 0 | 0.63 | 0.57 | 0.22 | 354.72 | 0.53 | 0.54 |
| Hex | C7 | 4A | 55 | 0 | 3F | 39 | 16 | 163 | 35 | 36 |
| Octal | 307 | 112 | 125 | 0 | 77 | 71 | 26 | 543 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1010101 | 0 | 111111 | 111001 | 10110 | 101100011 | 110101 | 110110 |
Color Harmonies of #C74A55
Complementary color
Monochromatic Colors of #C74A55
Black with #C74A55
Text Example
Text Example
White with #C74A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A55; }
p { color: rgb(199,74,85); }
H1.HeaderClassName
{
color: #C74A55;
}
.AnyTagClassName
{
color: #C74A55;
}
</style>
background-color css
<style>
a { background-color: #C74A55; }
a { background-color: rgb(199,74,85); }
div.DivClassName
{
background-color: #C74A55;
}
.BgClassName
{
background-color: #C74A55;
}
</style>
border-color css
<style>
span { border-color: #C74A55; }
span { border-color: rgb(199,74,85); }
td.TdClassName
{
border-color: #C74A55;
}
.TagClassName
{
border-color: #C74A55;
}
</style>