#D5796A

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

Shades of New York Pink #D5796A

Tints of New York Pink #D5796A

Color information

#D5796A (or 0xD5796A) is unknown color: approx New York Pink. HEX triplet: D5, 79 and 6A. RGB value is (213,121,106). Sum of RGB (Red+Green+Blue) = 213+121+106=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5796A is #2A8695. Grayscale: #929292. Windows color (decimal): -2786966 or 6978005. OLE color: 6978005.

HSL color Cylindrical-coordinate representation of color #D5796A: hue angle of 8.41º 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 #D5796A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213121106-
CMYK00.430.500.16
HSL8.41º56.02%62.55%-
HSV(B)8.41º50.23%83.53%-
XYZ36.8828.8617.26-
YUV146.8104.98175.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=48.41%
G=27.5%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312110600.430.500.168.4156.0262.55
HexD5796A02B32108383f
Octal3251711520536220107077
Binary11010101111100111010100101011110010100001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5796A; }

 p { color: rgb(213,121,106); }

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

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

 a { background-color: rgb(213,121,106); }

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

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

 span { border-color: rgb(213,121,106); }

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