Shades of New York Pink #D48376
Tints of New York Pink #D48376
RGB
CMYK
RGB Variations
Color information
#D48376 (or 0xD48376) is known color: New York Pink. HEX triplet: D4, 83 and 76. RGB value is (212,131,118). Sum of RGB (Red+Green+Blue) = 212+131+118=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48376 is #2B7C89. Grayscale: #999999. Windows color (decimal): -2849930 or 7766996. OLE color: 7766996.
HSL color Cylindrical-coordinate representation of color #D48376: hue angle of 8.3º 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 #D48376 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 118 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.17 |
| HSL | 8.3º | 0.52% | 0.65% | - |
| HSV(B) | 8.3º | 0.44% | 0.83% | - |
| XYZ | 38.54 | 31.54 | 21.2 | - |
| YUV | 153.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 118 | 0 | 0.38 | 0.44 | 0.17 | 8.3 | 0.52 | 0.65 |
| Hex | D4 | 83 | 76 | 0 | 26 | 2C | 11 | 8 | 34 | 41 |
| Octal | 324 | 203 | 166 | 0 | 46 | 54 | 21 | 10 | 64 | 101 |
| Binary | 11010100 | 10000011 | 1110110 | 0 | 100110 | 101100 | 10001 | 1000 | 110100 | 1000001 |
Color Harmonies of #D48376
Complementary color
Monochromatic Colors of #D48376
Black with #D48376
Text Example
Text Example
White with #D48376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48376; }
p { color: rgb(212,131,118); }
H1.HeaderClassName
{
color: #D48376;
}
.AnyTagClassName
{
color: #D48376;
}
</style>
background-color css
<style>
a { background-color: #D48376; }
a { background-color: rgb(212,131,118); }
div.DivClassName
{
background-color: #D48376;
}
.BgClassName
{
background-color: #D48376;
}
</style>
border-color css
<style>
span { border-color: #D48376; }
span { border-color: rgb(212,131,118); }
td.TdClassName
{
border-color: #D48376;
}
.TagClassName
{
border-color: #D48376;
}
</style>