Html Css Color HEX #D68176 New York Pink

📋 copy color: '#D68176'

red 214 ◦ green 129 ◦ blue 118

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

Shades of New York Pink #D68176

Tints of New York Pink #D68176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 46.42%
G = 27.98%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68176 (or 0xD68176) is known color: New York Pink. HEX triplet: D6, 81 and 76. RGB value is (214,129,118). Sum of RGB (Red+Green+Blue) = 214+129+118=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68176 is #297E89. Grayscale: #999999. Windows color (decimal): -2719370 or 7766486. OLE color: 7766486.

HSL color Cylindrical-coordinate representation of color #D68176: hue angle of 6.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68176 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 118 -
CMYK 0 0.40 0.45 0.16
HSL 6.88º 0.54% 0.65% -
HSV(B) 6.88º 0.45% 0.84% -
XYZ 38.85 31.3 21.13 -
YUV 153.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 214 129 118 0 0.40 0.45 0.16 6.88 0.54 0.65
Hex D6 81 76 0 28 2D 10 7 36 41
Octal 326 201 166 0 50 55 20 7 66 101
Binary 11010110 10000001 1110110 0 101000 101101 10000 111 110110 1000001

Color Harmonies of #D68176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68176

Black with #D68176

Text Example


Text Example

White with #D68176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68176; }

 p { color: rgb(214,129,118); }

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

background-color css

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

 a { background-color: rgb(214,129,118); }

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

border-color css

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

 span { border-color: rgb(214,129,118); }

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