Html Css Color HEX #D47B73 New York Pink

📋 copy color: '#D47B73'

red 212 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #D47B73

Tints of New York Pink #D47B73

RGB

 RED value IS 212 (83.2% from 255) = 47.11%

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 47.11%
G = 27.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D47B73 (or 0xD47B73) is known color: New York Pink. HEX triplet: D4, 7B and 73. RGB value is (212,123,115). Sum of RGB (Red+Green+Blue) = 212+123+115=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B73 is #2B848C. Grayscale: #949494. Windows color (decimal): -2851981 or 7568340. OLE color: 7568340.

HSL color Cylindrical-coordinate representation of color #D47B73: hue angle of 4.95º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47B73 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 115 -
CMYK 0 0.42 0.46 0.17
HSL 4.95º 0.53% 0.64% -
HSV(B) 4.95º 0.46% 0.83% -
XYZ 37.33 29.4 19.93 -
YUV 148.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 212 123 115 0 0.42 0.46 0.17 4.95 0.53 0.64
Hex D4 7B 73 0 2A 2E 11 5 35 40
Octal 324 173 163 0 52 56 21 5 65 100
Binary 11010100 1111011 1110011 0 101010 101110 10001 101 110101 1000000

Color Harmonies of #D47B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B73

Black with #D47B73

Text Example


Text Example

White with #D47B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B73; }

 p { color: rgb(212,123,115); }

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

background-color css

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

 a { background-color: rgb(212,123,115); }

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

border-color css

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

 span { border-color: rgb(212,123,115); }

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