Shades of Mandy #C74657
Tints of Mandy #C74657
RGB
CMYK
RGB Variations
Color information
#C74657 (or 0xC74657) is known color: Mandy. HEX triplet: C7, 46 and 57. RGB value is (199,70,87). Sum of RGB (Red+Green+Blue) = 199+70+87=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C74657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74657 is #38B9A8. Grayscale: #6E6E6E. Windows color (decimal): -3717545 or 5719751. OLE color: 5719751.
HSL color Cylindrical-coordinate representation of color #C74657: hue angle of 352.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74657 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 87 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 352.09º | 0.54% | 0.53% | - |
| HSV(B) | 352.09º | 0.65% | 0.78% | - |
| XYZ | 27.46 | 17.21 | 10.89 | - |
| YUV | 110.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 87 | 0 | 0.65 | 0.56 | 0.22 | 352.09 | 0.54 | 0.53 |
| Hex | C7 | 46 | 57 | 0 | 41 | 38 | 16 | 160 | 36 | 35 |
| Octal | 307 | 106 | 127 | 0 | 101 | 70 | 26 | 540 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1010111 | 0 | 1000001 | 111000 | 10110 | 101100000 | 110110 | 110101 |
Color Harmonies of #C74657
Complementary color
Monochromatic Colors of #C74657
Black with #C74657
Text Example
Text Example
White with #C74657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74657; }
p { color: rgb(199,70,87); }
H1.HeaderClassName
{
color: #C74657;
}
.AnyTagClassName
{
color: #C74657;
}
</style>
background-color css
<style>
a { background-color: #C74657; }
a { background-color: rgb(199,70,87); }
div.DivClassName
{
background-color: #C74657;
}
.BgClassName
{
background-color: #C74657;
}
</style>
border-color css
<style>
span { border-color: #C74657; }
span { border-color: rgb(199,70,87); }
td.TdClassName
{
border-color: #C74657;
}
.TagClassName
{
border-color: #C74657;
}
</style>