#D07A73

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

Shades of New York Pink #D07A73

Tints of New York Pink #D07A73

Color information

#D07A73 (or 0xD07A73) is unknown color: approx New York Pink. HEX triplet: D0, 7A and 73. RGB value is (208,122,115). Sum of RGB (Red+Green+Blue) = 208+122+115=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A73 is #2F858C. Grayscale: #939393. Windows color (decimal): -3114381 or 7568080. OLE color: 7568080.

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

Color convert

RGB208122115-
CMYK00.410.450.18
HSL4.52º49.73%63.33%-
HSV(B)4.52º44.71%81.57%-
XYZ36.0728.5719.83-
YUV146.92109.99171.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=46.74%
G=27.42%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812211500.410.450.184.5249.7363.33
HexD07A730292D125323f
Octal320172163051552256277
Binary1101000011110101110011010100110110110010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A73; }

 p { color: rgb(208,122,115); }

 H1.HeaderClassName
 {
   color: #D07A73;
 }
 .AnyTagClassName
 {
   color: #D07A73;
 }
</style>
background-color css

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

 a { background-color: rgb(208,122,115); }

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

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

 span { border-color: rgb(208,122,115); }

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