Shades of Mandy #C74B52
Tints of Mandy #C74B52
RGB
CMYK
RGB Variations
Color information
#C74B52 (or 0xC74B52) is known color: Mandy. HEX triplet: C7, 4B and 52. RGB value is (199,75,82). Sum of RGB (Red+Green+Blue) = 199+75+82=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B52 is #38B4AD. Grayscale: #707070. Windows color (decimal): -3716270 or 5393351. OLE color: 5393351.
HSL color Cylindrical-coordinate representation of color #C74B52: hue angle of 356.61º 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 #C74B52 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 82 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.22 |
| HSL | 356.61º | 0.53% | 0.54% | - |
| HSV(B) | 356.61º | 0.62% | 0.78% | - |
| XYZ | 27.59 | 17.78 | 9.96 | - |
| YUV | 112.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 82 | 0 | 0.62 | 0.59 | 0.22 | 356.61 | 0.53 | 0.54 |
| Hex | C7 | 4B | 52 | 0 | 3E | 3B | 16 | 165 | 35 | 36 |
| Octal | 307 | 113 | 122 | 0 | 76 | 73 | 26 | 545 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1010010 | 0 | 111110 | 111011 | 10110 | 101100101 | 110101 | 110110 |
Color Harmonies of #C74B52
Complementary color
Monochromatic Colors of #C74B52
Black with #C74B52
Text Example
Text Example
White with #C74B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B52; }
p { color: rgb(199,75,82); }
H1.HeaderClassName
{
color: #C74B52;
}
.AnyTagClassName
{
color: #C74B52;
}
</style>
background-color css
<style>
a { background-color: #C74B52; }
a { background-color: rgb(199,75,82); }
div.DivClassName
{
background-color: #C74B52;
}
.BgClassName
{
background-color: #C74B52;
}
</style>
border-color css
<style>
span { border-color: #C74B52; }
span { border-color: rgb(199,75,82); }
td.TdClassName
{
border-color: #C74B52;
}
.TagClassName
{
border-color: #C74B52;
}
</style>