Shades of New York Pink #D47B6C
Tints of New York Pink #D47B6C
RGB
CMYK
RGB Variations
Color information
#D47B6C (or 0xD47B6C) is known color: New York Pink. HEX triplet: D4, 7B and 6C. RGB value is (212,123,108). Sum of RGB (Red+Green+Blue) = 212+123+108=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B6C is #2B8493. Grayscale: #949494. Windows color (decimal): -2851988 or 7109588. OLE color: 7109588.
HSL color Cylindrical-coordinate representation of color #D47B6C: hue angle of 8.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D47B6C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 108 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.17 |
| HSL | 8.65º | 0.55% | 0.63% | - |
| HSV(B) | 8.65º | 0.49% | 0.83% | - |
| XYZ | 36.94 | 29.25 | 17.89 | - |
| YUV | 147.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 108 | 0 | 0.42 | 0.49 | 0.17 | 8.65 | 0.55 | 0.63 |
| Hex | D4 | 7B | 6C | 0 | 2A | 31 | 11 | 9 | 37 | 3F |
| Octal | 324 | 173 | 154 | 0 | 52 | 61 | 21 | 11 | 67 | 77 |
| Binary | 11010100 | 1111011 | 1101100 | 0 | 101010 | 110001 | 10001 | 1001 | 110111 | 111111 |
Color Harmonies of #D47B6C
Complementary color
Monochromatic Colors of #D47B6C
Black with #D47B6C
Text Example
Text Example
White with #D47B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B6C; }
p { color: rgb(212,123,108); }
H1.HeaderClassName
{
color: #D47B6C;
}
.AnyTagClassName
{
color: #D47B6C;
}
</style>
background-color css
<style>
a { background-color: #D47B6C; }
a { background-color: rgb(212,123,108); }
div.DivClassName
{
background-color: #D47B6C;
}
.BgClassName
{
background-color: #D47B6C;
}
</style>
border-color css
<style>
span { border-color: #D47B6C; }
span { border-color: rgb(212,123,108); }
td.TdClassName
{
border-color: #D47B6C;
}
.TagClassName
{
border-color: #D47B6C;
}
</style>