Shades of New York Pink #D3786C
Tints of New York Pink #D3786C
RGB
CMYK
RGB Variations
Color information
#D3786C (or 0xD3786C) is known color: New York Pink. HEX triplet: D3, 78 and 6C. RGB value is (211,120,108). Sum of RGB (Red+Green+Blue) = 211+120+108=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3786C is #2C8793. Grayscale: #919191. Windows color (decimal): -2918292 or 7108819. OLE color: 7108819.
HSL color Cylindrical-coordinate representation of color #D3786C: hue angle of 6.99º degrees, saturation: 0.54, 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 #D3786C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 108 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.17 |
| HSL | 6.99º | 0.54% | 0.63% | - |
| HSV(B) | 6.99º | 0.49% | 0.83% | - |
| XYZ | 36.29 | 28.36 | 17.75 | - |
| YUV | 145.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 108 | 0 | 0.43 | 0.49 | 0.17 | 6.99 | 0.54 | 0.63 |
| Hex | D3 | 78 | 6C | 0 | 2B | 31 | 11 | 7 | 36 | 3F |
| Octal | 323 | 170 | 154 | 0 | 53 | 61 | 21 | 7 | 66 | 77 |
| Binary | 11010011 | 1111000 | 1101100 | 0 | 101011 | 110001 | 10001 | 111 | 110110 | 111111 |
Color Harmonies of #D3786C
Complementary color
Monochromatic Colors of #D3786C
Black with #D3786C
Text Example
Text Example
White with #D3786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3786C; }
p { color: rgb(211,120,108); }
H1.HeaderClassName
{
color: #D3786C;
}
.AnyTagClassName
{
color: #D3786C;
}
</style>
background-color css
<style>
a { background-color: #D3786C; }
a { background-color: rgb(211,120,108); }
div.DivClassName
{
background-color: #D3786C;
}
.BgClassName
{
background-color: #D3786C;
}
</style>
border-color css
<style>
span { border-color: #D3786C; }
span { border-color: rgb(211,120,108); }
td.TdClassName
{
border-color: #D3786C;
}
.TagClassName
{
border-color: #D3786C;
}
</style>