Html Css Color HEX #D68173 New York Pink

📋 copy color: '#D68173'

red 214 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #D68173

Tints of New York Pink #D68173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 46.72%
G = 28.17%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68173 (or 0xD68173) is known color: New York Pink. HEX triplet: D6, 81 and 73. RGB value is (214,129,115). Sum of RGB (Red+Green+Blue) = 214+129+115=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68173 is #297E8C. Grayscale: #989898. Windows color (decimal): -2719373 or 7569878. OLE color: 7569878.

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

Color convert

RGB 214 129 115 -
CMYK 0 0.40 0.46 0.16
HSL 8.48º 0.55% 0.65% -
HSV(B) 8.48º 0.46% 0.84% -
XYZ 38.68 31.23 20.21 -
YUV 152.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 214 129 115 0 0.40 0.46 0.16 8.48 0.55 0.65
Hex D6 81 73 0 28 2E 10 8 37 41
Octal 326 201 163 0 50 56 20 10 67 101
Binary 11010110 10000001 1110011 0 101000 101110 10000 1000 110111 1000001

Color Harmonies of #D68173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68173

Black with #D68173

Text Example


Text Example

White with #D68173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68173; }

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

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

background-color css

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

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

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

border-color css

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

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

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