Html Css Color HEX #D0796C New York Pink

📋 copy color: '#D0796C'

red 208 ◦ green 121 ◦ blue 108

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

Shades of New York Pink #D0796C

Tints of New York Pink #D0796C

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

 GREEN value IS 121 (47.66% from 255) = 27.69%

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 47.6%
G = 27.69%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0796C (or 0xD0796C) is known color: New York Pink. HEX triplet: D0, 79 and 6C. RGB value is (208,121,108). Sum of RGB (Red+Green+Blue) = 208+121+108=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0796C is #2F8693. Grayscale: #919191. Windows color (decimal): -3114644 or 7109072. OLE color: 7109072.

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

Color convert

RGB 208 121 108 -
CMYK 0 0.42 0.48 0.18
HSL 7.8º 0.52% 0.62% -
HSV(B) 7.8º 0.48% 0.82% -
XYZ 35.56 28.17 17.75 -
YUV 145.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 208 121 108 0 0.42 0.48 0.18 7.8 0.52 0.62
Hex D0 79 6C 0 2A 30 12 8 34 3E
Octal 320 171 154 0 52 60 22 10 64 76
Binary 11010000 1111001 1101100 0 101010 110000 10010 1000 110100 111110

Color Harmonies of #D0796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0796C

Black with #D0796C

Text Example


Text Example

White with #D0796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0796C; }

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

 H1.HeaderClassName
 {
   color: #D0796C;
 }
 .AnyTagClassName
 {
   color: #D0796C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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