Shades of New York Pink #D3786A
Tints of New York Pink #D3786A
RGB
CMYK
RGB Variations
Color information
#D3786A (or 0xD3786A) is known color: New York Pink. HEX triplet: D3, 78 and 6A. RGB value is (211,120,106). Sum of RGB (Red+Green+Blue) = 211+120+106=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3786A is #2C8795. Grayscale: #919191. Windows color (decimal): -2918294 or 6977747. OLE color: 6977747.
HSL color Cylindrical-coordinate representation of color #D3786A: hue angle of 8º degrees, saturation: 0.54, 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 #D3786A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 106 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.17 |
| HSL | 8º | 0.54% | 0.62% | - |
| HSV(B) | 8º | 0.5% | 0.83% | - |
| XYZ | 36.18 | 28.32 | 17.2 | - |
| YUV | 145.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 106 | 0 | 0.43 | 0.50 | 0.17 | 8 | 0.54 | 0.62 |
| Hex | D3 | 78 | 6A | 0 | 2B | 32 | 11 | 8 | 36 | 3E |
| Octal | 323 | 170 | 152 | 0 | 53 | 62 | 21 | 10 | 66 | 76 |
| Binary | 11010011 | 1111000 | 1101010 | 0 | 101011 | 110010 | 10001 | 1000 | 110110 | 111110 |
Color Harmonies of #D3786A
Complementary color
Monochromatic Colors of #D3786A
Black with #D3786A
Text Example
Text Example
White with #D3786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3786A; }
p { color: rgb(211,120,106); }
H1.HeaderClassName
{
color: #D3786A;
}
.AnyTagClassName
{
color: #D3786A;
}
</style>
background-color css
<style>
a { background-color: #D3786A; }
a { background-color: rgb(211,120,106); }
div.DivClassName
{
background-color: #D3786A;
}
.BgClassName
{
background-color: #D3786A;
}
</style>
border-color css
<style>
span { border-color: #D3786A; }
span { border-color: rgb(211,120,106); }
td.TdClassName
{
border-color: #D3786A;
}
.TagClassName
{
border-color: #D3786A;
}
</style>