Html Css Color HEX #D08071 New York Pink

📋 copy color: '#D08071'

red 208 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #D08071

Tints of New York Pink #D08071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 46.33%
G = 28.51%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D08071 (or 0xD08071) is known color: New York Pink. HEX triplet: D0, 80 and 71. RGB value is (208,128,113). Sum of RGB (Red+Green+Blue) = 208+128+113=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D08071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08071 is #2F7F8E. Grayscale: #969696. Windows color (decimal): -3112847 or 7438544. OLE color: 7438544.

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

Color convert

RGB 208 128 113 -
CMYK 0 0.38 0.46 0.18
HSL 9.47º 0.5% 0.63% -
HSV(B) 9.47º 0.46% 0.82% -
XYZ 36.71 30.04 19.49 -
YUV 150.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 208 128 113 0 0.38 0.46 0.18 9.47 0.5 0.63
Hex D0 80 71 0 26 2E 12 9 32 3F
Octal 320 200 161 0 46 56 22 11 62 77
Binary 11010000 10000000 1110001 0 100110 101110 10010 1001 110010 111111

Color Harmonies of #D08071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08071

Black with #D08071

Text Example


Text Example

White with #D08071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08071; }

 p { color: rgb(208,128,113); }

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

background-color css

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

 a { background-color: rgb(208,128,113); }

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

border-color css

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

 span { border-color: rgb(208,128,113); }

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