Shades of Mandy #C74D58
Tints of Mandy #C74D58
RGB
CMYK
RGB Variations
Color information
#C74D58 (or 0xC74D58) is known color: Mandy. HEX triplet: C7, 4D and 58. RGB value is (199,77,88). Sum of RGB (Red+Green+Blue) = 199+77+88=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D58 is #38B2A7. Grayscale: #727272. Windows color (decimal): -3715752 or 5787079. OLE color: 5787079.
HSL color Cylindrical-coordinate representation of color #C74D58: hue angle of 354.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D58 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 88 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.22 |
| HSL | 354.59º | 0.52% | 0.54% | - |
| HSV(B) | 354.59º | 0.61% | 0.78% | - |
| XYZ | 27.97 | 18.15 | 11.26 | - |
| YUV | 114.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 88 | 0 | 0.61 | 0.56 | 0.22 | 354.59 | 0.52 | 0.54 |
| Hex | C7 | 4D | 58 | 0 | 3D | 38 | 16 | 163 | 34 | 36 |
| Octal | 307 | 115 | 130 | 0 | 75 | 70 | 26 | 543 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1011000 | 0 | 111101 | 111000 | 10110 | 101100011 | 110100 | 110110 |
Color Harmonies of #C74D58
Complementary color
Monochromatic Colors of #C74D58
Black with #C74D58
Text Example
Text Example
White with #C74D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D58; }
p { color: rgb(199,77,88); }
H1.HeaderClassName
{
color: #C74D58;
}
.AnyTagClassName
{
color: #C74D58;
}
</style>
background-color css
<style>
a { background-color: #C74D58; }
a { background-color: rgb(199,77,88); }
div.DivClassName
{
background-color: #C74D58;
}
.BgClassName
{
background-color: #C74D58;
}
</style>
border-color css
<style>
span { border-color: #C74D58; }
span { border-color: rgb(199,77,88); }
td.TdClassName
{
border-color: #C74D58;
}
.TagClassName
{
border-color: #C74D58;
}
</style>