Shades of New York Pink #D78470
Tints of New York Pink #D78470
RGB
CMYK
RGB Variations
Color information
#D78470 (or 0xD78470) is known color: New York Pink. HEX triplet: D7, 84 and 70. RGB value is (215,132,112). Sum of RGB (Red+Green+Blue) = 215+132+112=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D78470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78470 is #287B8F. Grayscale: #9A9A9A. Windows color (decimal): -2653072 or 7374039. OLE color: 7374039.
HSL color Cylindrical-coordinate representation of color #D78470: hue angle of 11.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78470 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 112 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.16 |
| HSL | 11.65º | 0.56% | 0.64% | - |
| HSV(B) | 11.65º | 0.48% | 0.84% | - |
| XYZ | 39.2 | 32.12 | 19.46 | - |
| YUV | 154.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 112 | 0 | 0.39 | 0.48 | 0.16 | 11.65 | 0.56 | 0.64 |
| Hex | D7 | 84 | 70 | 0 | 27 | 30 | 10 | C | 38 | 40 |
| Octal | 327 | 204 | 160 | 0 | 47 | 60 | 20 | 14 | 70 | 100 |
| Binary | 11010111 | 10000100 | 1110000 | 0 | 100111 | 110000 | 10000 | 1100 | 111000 | 1000000 |
Color Harmonies of #D78470
Complementary color
Monochromatic Colors of #D78470
Black with #D78470
Text Example
Text Example
White with #D78470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78470; }
p { color: rgb(215,132,112); }
H1.HeaderClassName
{
color: #D78470;
}
.AnyTagClassName
{
color: #D78470;
}
</style>
background-color css
<style>
a { background-color: #D78470; }
a { background-color: rgb(215,132,112); }
div.DivClassName
{
background-color: #D78470;
}
.BgClassName
{
background-color: #D78470;
}
</style>
border-color css
<style>
span { border-color: #D78470; }
span { border-color: rgb(215,132,112); }
td.TdClassName
{
border-color: #D78470;
}
.TagClassName
{
border-color: #D78470;
}
</style>