Shades of New York Pink #D6786B
Tints of New York Pink #D6786B
RGB
CMYK
RGB Variations
Color information
#D6786B (or 0xD6786B) is known color: New York Pink. HEX triplet: D6, 78 and 6B. RGB value is (214,120,107). Sum of RGB (Red+Green+Blue) = 214+120+107=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6786B is #298794. Grayscale: #929292. Windows color (decimal): -2721685 or 7043286. OLE color: 7043286.
HSL color Cylindrical-coordinate representation of color #D6786B: hue angle of 7.29º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6786B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 107 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.16 |
| HSL | 7.29º | 0.57% | 0.63% | - |
| HSV(B) | 7.29º | 0.5% | 0.84% | - |
| XYZ | 37.1 | 28.79 | 17.51 | - |
| YUV | 146.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 107 | 0 | 0.44 | 0.50 | 0.16 | 7.29 | 0.57 | 0.63 |
| Hex | D6 | 78 | 6B | 0 | 2C | 32 | 10 | 7 | 39 | 3F |
| Octal | 326 | 170 | 153 | 0 | 54 | 62 | 20 | 7 | 71 | 77 |
| Binary | 11010110 | 1111000 | 1101011 | 0 | 101100 | 110010 | 10000 | 111 | 111001 | 111111 |
Color Harmonies of #D6786B
Complementary color
Monochromatic Colors of #D6786B
Black with #D6786B
Text Example
Text Example
White with #D6786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6786B; }
p { color: rgb(214,120,107); }
H1.HeaderClassName
{
color: #D6786B;
}
.AnyTagClassName
{
color: #D6786B;
}
</style>
background-color css
<style>
a { background-color: #D6786B; }
a { background-color: rgb(214,120,107); }
div.DivClassName
{
background-color: #D6786B;
}
.BgClassName
{
background-color: #D6786B;
}
</style>
border-color css
<style>
span { border-color: #D6786B; }
span { border-color: rgb(214,120,107); }
td.TdClassName
{
border-color: #D6786B;
}
.TagClassName
{
border-color: #D6786B;
}
</style>