Html Css Color HEX #D08172 New York Pink

📋 copy color: '#D08172'

red 208 ◦ green 129 ◦ blue 114

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

Shades of New York Pink #D08172

Tints of New York Pink #D08172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 46.12%
G = 28.6%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D08172 (or 0xD08172) is known color: New York Pink. HEX triplet: D0, 81 and 72. RGB value is (208,129,114). Sum of RGB (Red+Green+Blue) = 208+129+114=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D08172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08172 is #2F7E8D. Grayscale: #979797. Windows color (decimal): -3112590 or 7504336. OLE color: 7504336.

HSL color Cylindrical-coordinate representation of color #D08172: hue angle of 9.57º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08172 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 114 -
CMYK 0 0.38 0.45 0.18
HSL 9.57º 0.5% 0.63% -
HSV(B) 9.57º 0.45% 0.82% -
XYZ 36.9 30.33 19.83 -
YUV 150.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 208 129 114 0 0.38 0.45 0.18 9.57 0.5 0.63
Hex D0 81 72 0 26 2D 12 A 32 3F
Octal 320 201 162 0 46 55 22 12 62 77
Binary 11010000 10000001 1110010 0 100110 101101 10010 1010 110010 111111

Color Harmonies of #D08172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08172

Black with #D08172

Text Example


Text Example

White with #D08172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08172; }

 p { color: rgb(208,129,114); }

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

background-color css

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

 a { background-color: rgb(208,129,114); }

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

border-color css

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

 span { border-color: rgb(208,129,114); }

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