Shades of Mandy #C74150
Tints of Mandy #C74150
RGB
CMYK
RGB Variations
Color information
#C74150 (or 0xC74150) is known color: Mandy. HEX triplet: C7, 41 and 50. RGB value is (199,65,80). Sum of RGB (Red+Green+Blue) = 199+65+80=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C74150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74150 is #38BEAF. Grayscale: #6A6A6A. Windows color (decimal): -3718832 or 5259719. OLE color: 5259719.
HSL color Cylindrical-coordinate representation of color #C74150: hue angle of 353.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74150 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 80 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.22 |
| HSL | 353.28º | 0.54% | 0.52% | - |
| HSV(B) | 353.28º | 0.67% | 0.78% | - |
| XYZ | 26.89 | 16.5 | 9.36 | - |
| YUV | 106.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 80 | 0 | 0.67 | 0.60 | 0.22 | 353.28 | 0.54 | 0.52 |
| Hex | C7 | 41 | 50 | 0 | 43 | 3C | 16 | 161 | 36 | 34 |
| Octal | 307 | 101 | 120 | 0 | 103 | 74 | 26 | 541 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1010000 | 0 | 1000011 | 111100 | 10110 | 101100001 | 110110 | 110100 |
Color Harmonies of #C74150
Complementary color
Monochromatic Colors of #C74150
Black with #C74150
Text Example
Text Example
White with #C74150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74150; }
p { color: rgb(199,65,80); }
H1.HeaderClassName
{
color: #C74150;
}
.AnyTagClassName
{
color: #C74150;
}
</style>
background-color css
<style>
a { background-color: #C74150; }
a { background-color: rgb(199,65,80); }
div.DivClassName
{
background-color: #C74150;
}
.BgClassName
{
background-color: #C74150;
}
</style>
border-color css
<style>
span { border-color: #C74150; }
span { border-color: rgb(199,65,80); }
td.TdClassName
{
border-color: #C74150;
}
.TagClassName
{
border-color: #C74150;
}
</style>