Html Css Color HEX #D5796A New York Pink

📋 copy color: '#D5796A'

red 213 ◦ green 121 ◦ blue 106

#D5796A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D5796A

Tints of New York Pink #D5796A

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.8% from 255) = 24.09%

R = 48.41%
G = 27.5%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5796A (or 0xD5796A) is known color: 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

RGB 213 121 106 -
CMYK 0 0.43 0.50 0.16
HSL 8.41º 0.56% 0.63% -
HSV(B) 8.41º 0.5% 0.84% -
XYZ 36.88 28.86 17.26 -
YUV 146.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 213 121 106 0 0.43 0.50 0.16 8.41 0.56 0.63
Hex D5 79 6A 0 2B 32 10 8 38 3F
Octal 325 171 152 0 53 62 20 10 70 77
Binary 11010101 1111001 1101010 0 101011 110010 10000 1000 111000 111111

Color Harmonies of #D5796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5796A

Black with #D5796A

Text Example


Text Example

White with #D5796A

Text Example


Text Example

HTML Codes & Css Web 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>