#D87C6F

Color #D87C6F New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D87C6F

Tints of New York Pink #D87C6F

Color information

#D87C6F (or 0xD87C6F) is unknown color: approx New York Pink. HEX triplet: D8, 7C and 6F. RGB value is (216,124,111). Sum of RGB (Red+Green+Blue) = 216+124+111=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C6F is #278390. Grayscale: #969696. Windows color (decimal): -2589585 or 7306456. OLE color: 7306456.

HSL color Cylindrical-coordinate representation of color #D87C6F: hue angle of 7.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D87C6F is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216124111-
CMYK00.430.490.15
HSL7.43º57.38%64.12%-
HSV(B)7.43º48.61%84.71%-
XYZ38.430.1618.84-
YUV150.03105.98175.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=47.89%
G=27.49%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612411100.430.490.157.4357.3864.12
HexD87C6F02B31F73940
Octal3301741570536117771100
Binary1101100011111001101111010101111000111111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C6F; }

 p { color: rgb(216,124,111); }

 H1.HeaderClassName
 {
   color: #D87C6F;
 }
 .AnyTagClassName
 {
   color: #D87C6F;
 }
</style>
background-color css

<style>
 a { background-color: #D87C6F; }

 a { background-color: rgb(216,124,111); }

 div.DivClassName
 {
   background-color: #D87C6F;
 }
 .BgClassName
 {
   background-color: #D87C6F;
 }
</style>
border-color css

<style>
 span { border-color: #D87C6F; }

 span { border-color: rgb(216,124,111); }

 td.TdClassName
 {
   border-color: #D87C6F;
 }
 .TagClassName
 {
   border-color: #D87C6F;
 }
</style>