Shades of New York Pink #D8756A
Tints of New York Pink #D8756A
RGB
CMYK
RGB Variations
Color information
#D8756A (or 0xD8756A) is known color: New York Pink. HEX triplet: D8, 75 and 6A. RGB value is (216,117,106). Sum of RGB (Red+Green+Blue) = 216+117+106=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756A is #278A95. Grayscale: #919191. Windows color (decimal): -2591382 or 6976984. OLE color: 6976984.
HSL color Cylindrical-coordinate representation of color #D8756A: hue angle of 6º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8756A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 106 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 6º | 0.59% | 0.63% | - |
| HSV(B) | 6º | 0.51% | 0.85% | - |
| XYZ | 37.28 | 28.36 | 17.15 | - |
| YUV | 145.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 106 | 0 | 0.46 | 0.51 | 0.15 | 6 | 0.59 | 0.63 |
| Hex | D8 | 75 | 6A | 0 | 2E | 33 | F | 6 | 3B | 3F |
| Octal | 330 | 165 | 152 | 0 | 56 | 63 | 17 | 6 | 73 | 77 |
| Binary | 11011000 | 1110101 | 1101010 | 0 | 101110 | 110011 | 1111 | 110 | 111011 | 111111 |
Color Harmonies of #D8756A
Complementary color
Monochromatic Colors of #D8756A
Black with #D8756A
Text Example
Text Example
White with #D8756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8756A; }
p { color: rgb(216,117,106); }
H1.HeaderClassName
{
color: #D8756A;
}
.AnyTagClassName
{
color: #D8756A;
}
</style>
background-color css
<style>
a { background-color: #D8756A; }
a { background-color: rgb(216,117,106); }
div.DivClassName
{
background-color: #D8756A;
}
.BgClassName
{
background-color: #D8756A;
}
</style>
border-color css
<style>
span { border-color: #D8756A; }
span { border-color: rgb(216,117,106); }
td.TdClassName
{
border-color: #D8756A;
}
.TagClassName
{
border-color: #D8756A;
}
</style>