Shades of New York Pink #D07A73
Tints of New York Pink #D07A73
RGB
CMYK
RGB Variations
Color information
#D07A73 (or 0xD07A73) is known color: New York Pink. HEX triplet: D0, 7A and 73. RGB value is (208,122,115). Sum of RGB (Red+Green+Blue) = 208+122+115=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A73 is #2F858C. Grayscale: #939393. Windows color (decimal): -3114381 or 7568080. OLE color: 7568080.
HSL color Cylindrical-coordinate representation of color #D07A73: hue angle of 4.52º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07A73 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 115 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.18 |
| HSL | 4.52º | 0.5% | 0.63% | - |
| HSV(B) | 4.52º | 0.45% | 0.82% | - |
| XYZ | 36.07 | 28.57 | 19.83 | - |
| YUV | 146.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 115 | 0 | 0.41 | 0.45 | 0.18 | 4.52 | 0.5 | 0.63 |
| Hex | D0 | 7A | 73 | 0 | 29 | 2D | 12 | 5 | 32 | 3F |
| Octal | 320 | 172 | 163 | 0 | 51 | 55 | 22 | 5 | 62 | 77 |
| Binary | 11010000 | 1111010 | 1110011 | 0 | 101001 | 101101 | 10010 | 101 | 110010 | 111111 |
Color Harmonies of #D07A73
Complementary color
Monochromatic Colors of #D07A73
Black with #D07A73
Text Example
Text Example
White with #D07A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A73; }
p { color: rgb(208,122,115); }
H1.HeaderClassName
{
color: #D07A73;
}
.AnyTagClassName
{
color: #D07A73;
}
</style>
background-color css
<style>
a { background-color: #D07A73; }
a { background-color: rgb(208,122,115); }
div.DivClassName
{
background-color: #D07A73;
}
.BgClassName
{
background-color: #D07A73;
}
</style>
border-color css
<style>
span { border-color: #D07A73; }
span { border-color: rgb(208,122,115); }
td.TdClassName
{
border-color: #D07A73;
}
.TagClassName
{
border-color: #D07A73;
}
</style>