Shades of Mandy #C74C55
Tints of Mandy #C74C55
RGB
CMYK
RGB Variations
Color information
#C74C55 (or 0xC74C55) is known color: Mandy. HEX triplet: C7, 4C and 55. RGB value is (199,76,85). Sum of RGB (Red+Green+Blue) = 199+76+85=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C55 is #38B3AA. Grayscale: #717171. Windows color (decimal): -3716011 or 5590215. OLE color: 5590215.
HSL color Cylindrical-coordinate representation of color #C74C55: hue angle of 355.61º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74C55 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 85 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.22 |
| HSL | 355.61º | 0.52% | 0.54% | - |
| HSV(B) | 355.61º | 0.62% | 0.78% | - |
| XYZ | 27.78 | 17.97 | 10.6 | - |
| YUV | 113.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 85 | 0 | 0.62 | 0.57 | 0.22 | 355.61 | 0.52 | 0.54 |
| Hex | C7 | 4C | 55 | 0 | 3E | 39 | 16 | 164 | 34 | 36 |
| Octal | 307 | 114 | 125 | 0 | 76 | 71 | 26 | 544 | 64 | 66 |
| Binary | 11000111 | 1001100 | 1010101 | 0 | 111110 | 111001 | 10110 | 101100100 | 110100 | 110110 |
Color Harmonies of #C74C55
Complementary color
Monochromatic Colors of #C74C55
Black with #C74C55
Text Example
Text Example
White with #C74C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C55; }
p { color: rgb(199,76,85); }
H1.HeaderClassName
{
color: #C74C55;
}
.AnyTagClassName
{
color: #C74C55;
}
</style>
background-color css
<style>
a { background-color: #C74C55; }
a { background-color: rgb(199,76,85); }
div.DivClassName
{
background-color: #C74C55;
}
.BgClassName
{
background-color: #C74C55;
}
</style>
border-color css
<style>
span { border-color: #C74C55; }
span { border-color: rgb(199,76,85); }
td.TdClassName
{
border-color: #C74C55;
}
.TagClassName
{
border-color: #C74C55;
}
</style>