#D5796E

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

Shades of New York Pink #D5796E

Tints of New York Pink #D5796E

Color information

#D5796E (or 0xD5796E) is unknown color: approx New York Pink. HEX triplet: D5, 79 and 6E. RGB value is (213,121,110). Sum of RGB (Red+Green+Blue) = 213+121+110=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5796E is #2A8691. Grayscale: #939393. Windows color (decimal): -2786962 or 7240149. OLE color: 7240149.

HSL color Cylindrical-coordinate representation of color #D5796E: hue angle of 6.41º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5796E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213121110-
CMYK00.430.480.16
HSL6.41º55.08%63.33%-
HSV(B)6.41º48.36%83.53%-
XYZ37.0928.9518.38-
YUV147.25106.98174.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=47.97%
G=27.25%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312111000.430.480.166.4155.0863.33
HexD5796E02B30106373f
Octal325171156053602066777
Binary1101010111110011101110010101111000010000110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5796E; }

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

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

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

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

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

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

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

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