Shades of New York Pink #D07C70
Tints of New York Pink #D07C70
RGB
CMYK
RGB Variations
Color information
#D07C70 (or 0xD07C70) is known color: New York Pink. HEX triplet: D0, 7C and 70. RGB value is (208,124,112). Sum of RGB (Red+Green+Blue) = 208+124+112=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C70 is #2F838F. Grayscale: #939393. Windows color (decimal): -3113872 or 7371984. OLE color: 7371984.
HSL color Cylindrical-coordinate representation of color #D07C70: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07C70 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 112 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.18 |
| HSL | 7.5º | 0.51% | 0.63% | - |
| HSV(B) | 7.5º | 0.46% | 0.82% | - |
| XYZ | 36.14 | 29 | 19.02 | - |
| YUV | 147.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 112 | 0 | 0.40 | 0.46 | 0.18 | 7.5 | 0.51 | 0.63 |
| Hex | D0 | 7C | 70 | 0 | 28 | 2E | 12 | 8 | 33 | 3F |
| Octal | 320 | 174 | 160 | 0 | 50 | 56 | 22 | 10 | 63 | 77 |
| Binary | 11010000 | 1111100 | 1110000 | 0 | 101000 | 101110 | 10010 | 1000 | 110011 | 111111 |
Color Harmonies of #D07C70
Complementary color
Monochromatic Colors of #D07C70
Black with #D07C70
Text Example
Text Example
White with #D07C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C70; }
p { color: rgb(208,124,112); }
H1.HeaderClassName
{
color: #D07C70;
}
.AnyTagClassName
{
color: #D07C70;
}
</style>
background-color css
<style>
a { background-color: #D07C70; }
a { background-color: rgb(208,124,112); }
div.DivClassName
{
background-color: #D07C70;
}
.BgClassName
{
background-color: #D07C70;
}
</style>
border-color css
<style>
span { border-color: #D07C70; }
span { border-color: rgb(208,124,112); }
td.TdClassName
{
border-color: #D07C70;
}
.TagClassName
{
border-color: #D07C70;
}
</style>