Shades of New York Pink #D6786C
Tints of New York Pink #D6786C
RGB
CMYK
RGB Variations
Color information
#D6786C (or 0xD6786C) is known color: New York Pink. HEX triplet: D6, 78 and 6C. RGB value is (214,120,108). Sum of RGB (Red+Green+Blue) = 214+120+108=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6786C is #298793. Grayscale: #929292. Windows color (decimal): -2721684 or 7108822. OLE color: 7108822.
HSL color Cylindrical-coordinate representation of color #D6786C: hue angle of 6.79º degrees, saturation: 0.56, 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 #D6786C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 108 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.16 |
| HSL | 6.79º | 0.56% | 0.63% | - |
| HSV(B) | 6.79º | 0.5% | 0.84% | - |
| XYZ | 37.15 | 28.81 | 17.79 | - |
| YUV | 146.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 108 | 0 | 0.44 | 0.50 | 0.16 | 6.79 | 0.56 | 0.63 |
| Hex | D6 | 78 | 6C | 0 | 2C | 32 | 10 | 7 | 38 | 3F |
| Octal | 326 | 170 | 154 | 0 | 54 | 62 | 20 | 7 | 70 | 77 |
| Binary | 11010110 | 1111000 | 1101100 | 0 | 101100 | 110010 | 10000 | 111 | 111000 | 111111 |
Color Harmonies of #D6786C
Complementary color
Monochromatic Colors of #D6786C
Black with #D6786C
Text Example
Text Example
White with #D6786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6786C; }
p { color: rgb(214,120,108); }
H1.HeaderClassName
{
color: #D6786C;
}
.AnyTagClassName
{
color: #D6786C;
}
</style>
background-color css
<style>
a { background-color: #D6786C; }
a { background-color: rgb(214,120,108); }
div.DivClassName
{
background-color: #D6786C;
}
.BgClassName
{
background-color: #D6786C;
}
</style>
border-color css
<style>
span { border-color: #D6786C; }
span { border-color: rgb(214,120,108); }
td.TdClassName
{
border-color: #D6786C;
}
.TagClassName
{
border-color: #D6786C;
}
</style>