Shades of New York Pink #D4756A
Tints of New York Pink #D4756A
RGB
CMYK
RGB Variations
Color information
#D4756A (or 0xD4756A) is known color: New York Pink. HEX triplet: D4, 75 and 6A. RGB value is (212,117,106). Sum of RGB (Red+Green+Blue) = 212+117+106=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4756A is #2B8A95. Grayscale: #909090. Windows color (decimal): -2853526 or 6976980. OLE color: 6976980.
HSL color Cylindrical-coordinate representation of color #D4756A: hue angle of 6.23º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4756A is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 106 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.17 |
| HSL | 6.23º | 0.55% | 0.62% | - |
| HSV(B) | 6.23º | 0.5% | 0.83% | - |
| XYZ | 36.11 | 27.76 | 17.09 | - |
| YUV | 144.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 106 | 0 | 0.45 | 0.5 | 0.17 | 6.23 | 0.55 | 0.62 |
| Hex | D4 | 75 | 6A | 0 | 2D | 32 | 11 | 6 | 37 | 3E |
| Octal | 324 | 165 | 152 | 0 | 55 | 62 | 21 | 6 | 67 | 76 |
| Binary | 11010100 | 1110101 | 1101010 | 0 | 101101 | 110010 | 10001 | 110 | 110111 | 111110 |
Color Harmonies of #D4756A
Complementary color
Monochromatic Colors of #D4756A
Black with #D4756A
Text Example
Text Example
White with #D4756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4756A; }
p { color: rgb(212,117,106); }
H1.HeaderClassName
{
color: #D4756A;
}
.AnyTagClassName
{
color: #D4756A;
}
</style>
background-color css
<style>
a { background-color: #D4756A; }
a { background-color: rgb(212,117,106); }
div.DivClassName
{
background-color: #D4756A;
}
.BgClassName
{
background-color: #D4756A;
}
</style>
border-color css
<style>
span { border-color: #D4756A; }
span { border-color: rgb(212,117,106); }
td.TdClassName
{
border-color: #D4756A;
}
.TagClassName
{
border-color: #D4756A;
}
</style>