Html Css Color HEX #D08076 New York Pink

📋 copy color: '#D08076'

red 208 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #D08076

Tints of New York Pink #D08076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 45.81%
G = 28.19%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D08076 (or 0xD08076) is known color: New York Pink. HEX triplet: D0, 80 and 76. RGB value is (208,128,118). Sum of RGB (Red+Green+Blue) = 208+128+118=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08076 is #2F7F89. Grayscale: #969696. Windows color (decimal): -3112842 or 7766224. OLE color: 7766224.

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

Color convert

RGB 208 128 118 -
CMYK 0 0.38 0.43 0.18
HSL 6.67º 0.49% 0.64% -
HSV(B) 6.67º 0.43% 0.82% -
XYZ 37 30.16 21.01 -
YUV 150.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 208 128 118 0 0.38 0.43 0.18 6.67 0.49 0.64
Hex D0 80 76 0 26 2B 12 7 31 40
Octal 320 200 166 0 46 53 22 7 61 100
Binary 11010000 10000000 1110110 0 100110 101011 10010 111 110001 1000000

Color Harmonies of #D08076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08076

Black with #D08076

Text Example


Text Example

White with #D08076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08076; }

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

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

background-color css

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

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

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

border-color css

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

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

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