Html Css Color HEX #D08072 New York Pink

📋 copy color: '#D08072'

red 208 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #D08072

Tints of New York Pink #D08072

RGB

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

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

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

R = 46.22%
G = 28.44%
B = 25.33%

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

#D08072 (or 0xD08072) is known color: New York Pink. HEX triplet: D0, 80 and 72. RGB value is (208,128,114). Sum of RGB (Red+Green+Blue) = 208+128+114=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D08072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08072 is #2F7F8D. Grayscale: #969696. Windows color (decimal): -3112846 or 7504080. OLE color: 7504080.

HSL color Cylindrical-coordinate representation of color #D08072: hue angle of 8.94º 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 #D08072 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 114 -
CMYK 0 0.38 0.45 0.18
HSL 8.94º 0.5% 0.63% -
HSV(B) 8.94º 0.45% 0.82% -
XYZ 36.77 30.06 19.78 -
YUV 150.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 208 128 114 0 0.38 0.45 0.18 8.94 0.5 0.63
Hex D0 80 72 0 26 2D 12 9 32 3F
Octal 320 200 162 0 46 55 22 11 62 77
Binary 11010000 10000000 1110010 0 100110 101101 10010 1001 110010 111111

Color Harmonies of #D08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08072

Black with #D08072

Text Example


Text Example

White with #D08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08072; }

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

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

background-color css

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

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

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

border-color css

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

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

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