Shades of New York Pink #D48976
Tints of New York Pink #D48976
RGB
CMYK
RGB Variations
Color information
#D48976 (or 0xD48976) is known color: New York Pink. HEX triplet: D4, 89 and 76. RGB value is (212,137,118). Sum of RGB (Red+Green+Blue) = 212+137+118=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48976 is #2B7689. Grayscale: #9D9D9D. Windows color (decimal): -2848394 or 7768532. OLE color: 7768532.
HSL color Cylindrical-coordinate representation of color #D48976: hue angle of 12.13º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48976 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 118 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.17 |
| HSL | 12.13º | 0.52% | 0.65% | - |
| HSV(B) | 12.13º | 0.44% | 0.83% | - |
| XYZ | 39.37 | 33.2 | 21.47 | - |
| YUV | 157.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 118 | 0 | 0.35 | 0.44 | 0.17 | 12.13 | 0.52 | 0.65 |
| Hex | D4 | 89 | 76 | 0 | 23 | 2C | 11 | C | 34 | 41 |
| Octal | 324 | 211 | 166 | 0 | 43 | 54 | 21 | 14 | 64 | 101 |
| Binary | 11010100 | 10001001 | 1110110 | 0 | 100011 | 101100 | 10001 | 1100 | 110100 | 1000001 |
Color Harmonies of #D48976
Complementary color
Monochromatic Colors of #D48976
Black with #D48976
Text Example
Text Example
White with #D48976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48976; }
p { color: rgb(212,137,118); }
H1.HeaderClassName
{
color: #D48976;
}
.AnyTagClassName
{
color: #D48976;
}
</style>
background-color css
<style>
a { background-color: #D48976; }
a { background-color: rgb(212,137,118); }
div.DivClassName
{
background-color: #D48976;
}
.BgClassName
{
background-color: #D48976;
}
</style>
border-color css
<style>
span { border-color: #D48976; }
span { border-color: rgb(212,137,118); }
td.TdClassName
{
border-color: #D48976;
}
.TagClassName
{
border-color: #D48976;
}
</style>