Shades of Mandy #C74B56
Tints of Mandy #C74B56
RGB
CMYK
RGB Variations
Color information
#C74B56 (or 0xC74B56) is known color: Mandy. HEX triplet: C7, 4B and 56. RGB value is (199,75,86). Sum of RGB (Red+Green+Blue) = 199+75+86=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B56 is #38B4A9. Grayscale: #717171. Windows color (decimal): -3716266 or 5655495. OLE color: 5655495.
HSL color Cylindrical-coordinate representation of color #C74B56: hue angle of 354.68º degrees, saturation: 0.53, 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 #C74B56 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 86 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.22 |
| HSL | 354.68º | 0.53% | 0.54% | - |
| HSV(B) | 354.68º | 0.62% | 0.78% | - |
| XYZ | 27.75 | 17.85 | 10.79 | - |
| YUV | 113.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 86 | 0 | 0.62 | 0.57 | 0.22 | 354.68 | 0.53 | 0.54 |
| Hex | C7 | 4B | 56 | 0 | 3E | 39 | 16 | 163 | 35 | 36 |
| Octal | 307 | 113 | 126 | 0 | 76 | 71 | 26 | 543 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1010110 | 0 | 111110 | 111001 | 10110 | 101100011 | 110101 | 110110 |
Color Harmonies of #C74B56
Complementary color
Monochromatic Colors of #C74B56
Black with #C74B56
Text Example
Text Example
White with #C74B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B56; }
p { color: rgb(199,75,86); }
H1.HeaderClassName
{
color: #C74B56;
}
.AnyTagClassName
{
color: #C74B56;
}
</style>
background-color css
<style>
a { background-color: #C74B56; }
a { background-color: rgb(199,75,86); }
div.DivClassName
{
background-color: #C74B56;
}
.BgClassName
{
background-color: #C74B56;
}
</style>
border-color css
<style>
span { border-color: #C74B56; }
span { border-color: rgb(199,75,86); }
td.TdClassName
{
border-color: #C74B56;
}
.TagClassName
{
border-color: #C74B56;
}
</style>