Shades of Mandy #C74A4B
Tints of Mandy #C74A4B
RGB
CMYK
RGB Variations
Color information
#C74A4B (or 0xC74A4B) is known color: Mandy. HEX triplet: C7, 4A and 4B. RGB value is (199,74,75). Sum of RGB (Red+Green+Blue) = 199+74+75=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A4B is #38B5B4. Grayscale: #6F6F6F. Windows color (decimal): -3716533 or 4934343. OLE color: 4934343.
HSL color Cylindrical-coordinate representation of color #C74A4B: 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.63%. Process color model (Four color, CMYK) of #C74A4B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 75 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.22 |
| HSL | 359.52º | 0.53% | 0.54% | - |
| HSV(B) | 359.52º | 0.63% | 0.78% | - |
| XYZ | 27.27 | 17.55 | 8.61 | - |
| YUV | 111.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 75 | 0 | 0.63 | 0.62 | 0.22 | 359.52 | 0.53 | 0.54 |
| Hex | C7 | 4A | 4B | 0 | 3F | 3E | 16 | 168 | 35 | 36 |
| Octal | 307 | 112 | 113 | 0 | 77 | 76 | 26 | 550 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1001011 | 0 | 111111 | 111110 | 10110 | 101101000 | 110101 | 110110 |
Color Harmonies of #C74A4B
Complementary color
Monochromatic Colors of #C74A4B
Black with #C74A4B
Text Example
Text Example
White with #C74A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A4B; }
p { color: rgb(199,74,75); }
H1.HeaderClassName
{
color: #C74A4B;
}
.AnyTagClassName
{
color: #C74A4B;
}
</style>
background-color css
<style>
a { background-color: #C74A4B; }
a { background-color: rgb(199,74,75); }
div.DivClassName
{
background-color: #C74A4B;
}
.BgClassName
{
background-color: #C74A4B;
}
</style>
border-color css
<style>
span { border-color: #C74A4B; }
span { border-color: rgb(199,74,75); }
td.TdClassName
{
border-color: #C74A4B;
}
.TagClassName
{
border-color: #C74A4B;
}
</style>