Html Css Color HEX #D08576 New York Pink

📋 copy color: '#D08576'

red 208 ◦ green 133 ◦ blue 118

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

Shades of New York Pink #D08576

Tints of New York Pink #D08576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 45.32%
G = 28.98%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D08576 (or 0xD08576) is known color: New York Pink. HEX triplet: D0, 85 and 76. RGB value is (208,133,118). Sum of RGB (Red+Green+Blue) = 208+133+118=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D08576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08576 is #2F7A89. Grayscale: #999999. Windows color (decimal): -3111562 or 7767504. OLE color: 7767504.

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

Color convert

RGB 208 133 118 -
CMYK 0 0.36 0.43 0.18
HSL 10º 0.49% 0.64% -
HSV(B) 10º 0.43% 0.82% -
XYZ 37.67 31.49 21.23 -
YUV 153.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 208 133 118 0 0.36 0.43 0.18 10 0.49 0.64
Hex D0 85 76 0 24 2B 12 A 31 40
Octal 320 205 166 0 44 53 22 12 61 100
Binary 11010000 10000101 1110110 0 100100 101011 10010 1010 110001 1000000

Color Harmonies of #D08576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08576

Black with #D08576

Text Example


Text Example

White with #D08576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08576; }

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

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

background-color css

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

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

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

border-color css

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

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

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