Shades of New York Pink #D78773
Tints of New York Pink #D78773
RGB
CMYK
RGB Variations
Color information
#D78773 (or 0xD78773) is known color: New York Pink. HEX triplet: D7, 87 and 73. RGB value is (215,135,115). Sum of RGB (Red+Green+Blue) = 215+135+115=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78773 is #28788C. Grayscale: #9C9C9C. Windows color (decimal): -2652301 or 7571415. OLE color: 7571415.
HSL color Cylindrical-coordinate representation of color #D78773: hue angle of 12º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D78773 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 115 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.16 |
| HSL | 12º | 0.56% | 0.65% | - |
| HSV(B) | 12º | 0.47% | 0.84% | - |
| XYZ | 39.78 | 33.01 | 20.49 | - |
| YUV | 156.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 115 | 0 | 0.37 | 0.47 | 0.16 | 12 | 0.56 | 0.65 |
| Hex | D7 | 87 | 73 | 0 | 25 | 2F | 10 | C | 38 | 41 |
| Octal | 327 | 207 | 163 | 0 | 45 | 57 | 20 | 14 | 70 | 101 |
| Binary | 11010111 | 10000111 | 1110011 | 0 | 100101 | 101111 | 10000 | 1100 | 111000 | 1000001 |
Color Harmonies of #D78773
Complementary color
Monochromatic Colors of #D78773
Black with #D78773
Text Example
Text Example
White with #D78773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78773; }
p { color: rgb(215,135,115); }
H1.HeaderClassName
{
color: #D78773;
}
.AnyTagClassName
{
color: #D78773;
}
</style>
background-color css
<style>
a { background-color: #D78773; }
a { background-color: rgb(215,135,115); }
div.DivClassName
{
background-color: #D78773;
}
.BgClassName
{
background-color: #D78773;
}
</style>
border-color css
<style>
span { border-color: #D78773; }
span { border-color: rgb(215,135,115); }
td.TdClassName
{
border-color: #D78773;
}
.TagClassName
{
border-color: #D78773;
}
</style>