Shades of New York Pink #D07C73
Tints of New York Pink #D07C73
RGB
CMYK
RGB Variations
Color information
#D07C73 (or 0xD07C73) is known color: New York Pink. HEX triplet: D0, 7C and 73. RGB value is (208,124,115). Sum of RGB (Red+Green+Blue) = 208+124+115=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C73 is #2F838C. Grayscale: #949494. Windows color (decimal): -3113869 or 7568592. OLE color: 7568592.
HSL color Cylindrical-coordinate representation of color #D07C73: hue angle of 5.81º 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 #D07C73 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 115 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.18 |
| HSL | 5.81º | 0.5% | 0.63% | - |
| HSV(B) | 5.81º | 0.45% | 0.82% | - |
| XYZ | 36.31 | 29.06 | 19.92 | - |
| YUV | 148.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 115 | 0 | 0.40 | 0.45 | 0.18 | 5.81 | 0.5 | 0.63 |
| Hex | D0 | 7C | 73 | 0 | 28 | 2D | 12 | 6 | 32 | 3F |
| Octal | 320 | 174 | 163 | 0 | 50 | 55 | 22 | 6 | 62 | 77 |
| Binary | 11010000 | 1111100 | 1110011 | 0 | 101000 | 101101 | 10010 | 110 | 110010 | 111111 |
Color Harmonies of #D07C73
Complementary color
Monochromatic Colors of #D07C73
Black with #D07C73
Text Example
Text Example
White with #D07C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C73; }
p { color: rgb(208,124,115); }
H1.HeaderClassName
{
color: #D07C73;
}
.AnyTagClassName
{
color: #D07C73;
}
</style>
background-color css
<style>
a { background-color: #D07C73; }
a { background-color: rgb(208,124,115); }
div.DivClassName
{
background-color: #D07C73;
}
.BgClassName
{
background-color: #D07C73;
}
</style>
border-color css
<style>
span { border-color: #D07C73; }
span { border-color: rgb(208,124,115); }
td.TdClassName
{
border-color: #D07C73;
}
.TagClassName
{
border-color: #D07C73;
}
</style>