Shades of New York Pink #D78170
Tints of New York Pink #D78170
RGB
CMYK
RGB Variations
Color information
#D78170 (or 0xD78170) is known color: New York Pink. HEX triplet: D7, 81 and 70. RGB value is (215,129,112). Sum of RGB (Red+Green+Blue) = 215+129+112=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D78170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78170 is #287E8F. Grayscale: #989898. Windows color (decimal): -2653840 or 7373271. OLE color: 7373271.
HSL color Cylindrical-coordinate representation of color #D78170: hue angle of 9.9º 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 #D78170 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 112 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.16 |
| HSL | 9.9º | 0.56% | 0.64% | - |
| HSV(B) | 9.9º | 0.48% | 0.84% | - |
| XYZ | 38.8 | 31.32 | 19.33 | - |
| YUV | 152.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 112 | 0 | 0.4 | 0.48 | 0.16 | 9.9 | 0.56 | 0.64 |
| Hex | D7 | 81 | 70 | 0 | 28 | 30 | 10 | A | 38 | 40 |
| Octal | 327 | 201 | 160 | 0 | 50 | 60 | 20 | 12 | 70 | 100 |
| Binary | 11010111 | 10000001 | 1110000 | 0 | 101000 | 110000 | 10000 | 1010 | 111000 | 1000000 |
Color Harmonies of #D78170
Complementary color
Monochromatic Colors of #D78170
Black with #D78170
Text Example
Text Example
White with #D78170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78170; }
p { color: rgb(215,129,112); }
H1.HeaderClassName
{
color: #D78170;
}
.AnyTagClassName
{
color: #D78170;
}
</style>
background-color css
<style>
a { background-color: #D78170; }
a { background-color: rgb(215,129,112); }
div.DivClassName
{
background-color: #D78170;
}
.BgClassName
{
background-color: #D78170;
}
</style>
border-color css
<style>
span { border-color: #D78170; }
span { border-color: rgb(215,129,112); }
td.TdClassName
{
border-color: #D78170;
}
.TagClassName
{
border-color: #D78170;
}
</style>