Html Css Color HEX #D6796C New York Pink

📋 copy color: '#D6796C'

red 214 ◦ green 121 ◦ blue 108

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

Shades of New York Pink #D6796C

Tints of New York Pink #D6796C

RGB

 RED value IS 214 (83.98% from 255) = 48.31%

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

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

R = 48.31%
G = 27.31%
B = 24.38%

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

#D6796C (or 0xD6796C) is known color: New York Pink. HEX triplet: D6, 79 and 6C. RGB value is (214,121,108). Sum of RGB (Red+Green+Blue) = 214+121+108=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6796C is #298693. Grayscale: #939393. Windows color (decimal): -2721428 or 7109078. OLE color: 7109078.

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

Color convert

RGB 214 121 108 -
CMYK 0 0.43 0.50 0.16
HSL 7.36º 0.56% 0.63% -
HSV(B) 7.36º 0.5% 0.84% -
XYZ 37.28 29.05 17.83 -
YUV 147.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 214 121 108 0 0.43 0.50 0.16 7.36 0.56 0.63
Hex D6 79 6C 0 2B 32 10 7 38 3F
Octal 326 171 154 0 53 62 20 7 70 77
Binary 11010110 1111001 1101100 0 101011 110010 10000 111 111000 111111

Color Harmonies of #D6796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6796C

Black with #D6796C

Text Example


Text Example

White with #D6796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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