#D68176

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

Shades of New York Pink #D68176

Tints of New York Pink #D68176

Color information

#D68176 (or 0xD68176) is unknown color: approx 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

RGB214129118-
CMYK00.400.450.16
HSL6.88º53.93%65.1%-
HSV(B)6.88º44.86%83.92%-
XYZ38.8531.321.13-
YUV153.16108.16171.39-

RGB Variations

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

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.60%
R=46.42%
G=27.98%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412911800.400.450.166.8853.9365.1
HexD681760282D1073641
Octal3262011660505520766101
Binary110101101000000111101100101000101101100001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>