#D2796C

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

Shades of New York Pink #D2796C

Tints of New York Pink #D2796C

Color information

#D2796C (or 0xD2796C) is unknown color: approx New York Pink. HEX triplet: D2, 79 and 6C. RGB value is (210,121,108). Sum of RGB (Red+Green+Blue) = 210+121+108=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2796C is #2D8693. Grayscale: #929292. Windows color (decimal): -2983572 or 7109074. OLE color: 7109074.

HSL color Cylindrical-coordinate representation of color #D2796C: hue angle of 7.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2796C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210121108-
CMYK00.420.490.18
HSL7.65º53.12%62.35%-
HSV(B)7.65º48.57%82.35%-
XYZ36.1228.4617.78-
YUV146.13106.49173.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.84%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=47.84%
G=27.56%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012110800.420.490.187.6553.1262.35
HexD2796C02A31128353e
Octal3221711540526122106576
Binary11010010111100111011000101010110001100101000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2796C; }

 p { color: rgb(210,121,108); }

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

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

 a { background-color: rgb(210,121,108); }

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

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

 span { border-color: rgb(210,121,108); }

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