Shades of Mandy #C74B4C
Tints of Mandy #C74B4C
RGB
CMYK
RGB Variations
Color information
#C74B4C (or 0xC74B4C) is known color: Mandy. HEX triplet: C7, 4B and 4C. RGB value is (199,75,76). Sum of RGB (Red+Green+Blue) = 199+75+76=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B4C is #38B4B3. Grayscale: #707070. Windows color (decimal): -3716276 or 5000135. OLE color: 5000135.
HSL color Cylindrical-coordinate representation of color #C74B4C: hue angle of 359.52º 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 #C74B4C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 76 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.22 |
| HSL | 359.52º | 0.53% | 0.54% | - |
| HSV(B) | 359.52º | 0.62% | 0.78% | - |
| XYZ | 27.37 | 17.7 | 8.81 | - |
| YUV | 112.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 76 | 0 | 0.62 | 0.62 | 0.22 | 359.52 | 0.53 | 0.54 |
| Hex | C7 | 4B | 4C | 0 | 3E | 3E | 16 | 168 | 35 | 36 |
| Octal | 307 | 113 | 114 | 0 | 76 | 76 | 26 | 550 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1001100 | 0 | 111110 | 111110 | 10110 | 101101000 | 110101 | 110110 |
Color Harmonies of #C74B4C
Complementary color
Monochromatic Colors of #C74B4C
Black with #C74B4C
Text Example
Text Example
White with #C74B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B4C; }
p { color: rgb(199,75,76); }
H1.HeaderClassName
{
color: #C74B4C;
}
.AnyTagClassName
{
color: #C74B4C;
}
</style>
background-color css
<style>
a { background-color: #C74B4C; }
a { background-color: rgb(199,75,76); }
div.DivClassName
{
background-color: #C74B4C;
}
.BgClassName
{
background-color: #C74B4C;
}
</style>
border-color css
<style>
span { border-color: #C74B4C; }
span { border-color: rgb(199,75,76); }
td.TdClassName
{
border-color: #C74B4C;
}
.TagClassName
{
border-color: #C74B4C;
}
</style>