Html Css Color HEX #D07F76 New York Pink

📋 copy color: '#D07F76'

red 208 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #D07F76

Tints of New York Pink #D07F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

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

R = 45.92%
G = 28.04%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07F76 (or 0xD07F76) is known color: New York Pink. HEX triplet: D0, 7F and 76. RGB value is (208,127,118). Sum of RGB (Red+Green+Blue) = 208+127+118=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F76 is #2F8089. Grayscale: #969696. Windows color (decimal): -3113098 or 7765968. OLE color: 7765968.

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

Color convert

RGB 208 127 118 -
CMYK 0 0.39 0.43 0.18
HSL 0.49% 0.64% -
HSV(B) 0.43% 0.82% -
XYZ 36.87 29.9 20.97 -
YUV 150.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 208 127 118 0 0.39 0.43 0.18 6 0.49 0.64
Hex D0 7F 76 0 27 2B 12 6 31 40
Octal 320 177 166 0 47 53 22 6 61 100
Binary 11010000 1111111 1110110 0 100111 101011 10010 110 110001 1000000

Color Harmonies of #D07F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F76

Black with #D07F76

Text Example


Text Example

White with #D07F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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