#D07C73

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

Shades of New York Pink #D07C73

Tints of New York Pink #D07C73

Color information

#D07C73 (or 0xD07C73) is unknown color: approx New York Pink. HEX triplet: D0, 7C and 73. RGB value is (208,124,115). Sum of RGB (Red+Green+Blue) = 208+124+115=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C73 is #2F838C. Grayscale: #949494. Windows color (decimal): -3113869 or 7568592. OLE color: 7568592.

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

Color convert

RGB208124115-
CMYK00.400.450.18
HSL5.81º49.73%63.33%-
HSV(B)5.81º44.71%81.57%-
XYZ36.3129.0619.92-
YUV148.09109.33170.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=46.53%
G=27.74%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812411500.400.450.185.8149.7363.33
HexD07C730282D126323f
Octal320174163050552266277
Binary1101000011111001110011010100010110110010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C73; }

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

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

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

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

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

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

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

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