Shades of New York Pink #D68073
Tints of New York Pink #D68073
RGB
CMYK
RGB Variations
Color information
#D68073 (or 0xD68073) is known color: New York Pink. HEX triplet: D6, 80 and 73. RGB value is (214,128,115). Sum of RGB (Red+Green+Blue) = 214+128+115=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68073 is #297F8C. Grayscale: #989898. Windows color (decimal): -2719629 or 7569622. OLE color: 7569622.
HSL color Cylindrical-coordinate representation of color #D68073: hue angle of 7.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D68073 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 115 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.16 |
| HSL | 7.88º | 0.55% | 0.65% | - |
| HSV(B) | 7.88º | 0.46% | 0.84% | - |
| XYZ | 38.55 | 30.97 | 20.17 | - |
| YUV | 152.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 115 | 0 | 0.40 | 0.46 | 0.16 | 7.88 | 0.55 | 0.65 |
| Hex | D6 | 80 | 73 | 0 | 28 | 2E | 10 | 8 | 37 | 41 |
| Octal | 326 | 200 | 163 | 0 | 50 | 56 | 20 | 10 | 67 | 101 |
| Binary | 11010110 | 10000000 | 1110011 | 0 | 101000 | 101110 | 10000 | 1000 | 110111 | 1000001 |
Color Harmonies of #D68073
Complementary color
Monochromatic Colors of #D68073
Black with #D68073
Text Example
Text Example
White with #D68073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68073; }
p { color: rgb(214,128,115); }
H1.HeaderClassName
{
color: #D68073;
}
.AnyTagClassName
{
color: #D68073;
}
</style>
background-color css
<style>
a { background-color: #D68073; }
a { background-color: rgb(214,128,115); }
div.DivClassName
{
background-color: #D68073;
}
.BgClassName
{
background-color: #D68073;
}
</style>
border-color css
<style>
span { border-color: #D68073; }
span { border-color: rgb(214,128,115); }
td.TdClassName
{
border-color: #D68073;
}
.TagClassName
{
border-color: #D68073;
}
</style>