#D08576

Color #D08576 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D08576

Tints of New York Pink #D08576

Color information

#D08576 (or 0xD08576) is unknown color: approx 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

RGB208133118-
CMYK00.360.430.18
HSL10º48.91%63.92%-
HSV(B)10º43.27%81.57%-
XYZ37.6731.4921.23-
YUV153.72107.85166.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813311800.360.430.181048.9163.92
HexD085760242B12a3140
Octal32020516604453221261100
Binary1101000010000101111011001001001010111001010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>