Html Css Color HEX #D48672 New York Pink

📋 copy color: '#D48672'

red 212 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #D48672

Tints of New York Pink #D48672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 46.09%
G = 29.13%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D48672 (or 0xD48672) is known color: New York Pink. HEX triplet: D4, 86 and 72. RGB value is (212,134,114). Sum of RGB (Red+Green+Blue) = 212+134+114=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D48672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48672 is #2B798D. Grayscale: #9B9B9B. Windows color (decimal): -2849166 or 7505620. OLE color: 7505620.

HSL color Cylindrical-coordinate representation of color #D48672: hue angle of 12.24º 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 #D48672 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 114 -
CMYK 0 0.37 0.46 0.17
HSL 12.24º 0.53% 0.64% -
HSV(B) 12.24º 0.46% 0.83% -
XYZ 38.71 32.26 20.11 -
YUV 155.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 212 134 114 0 0.37 0.46 0.17 12.24 0.53 0.64
Hex D4 86 72 0 25 2E 11 C 35 40
Octal 324 206 162 0 45 56 21 14 65 100
Binary 11010100 10000110 1110010 0 100101 101110 10001 1100 110101 1000000

Color Harmonies of #D48672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48672

Black with #D48672

Text Example


Text Example

White with #D48672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48672; }

 p { color: rgb(212,134,114); }

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

background-color css

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

 a { background-color: rgb(212,134,114); }

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

border-color css

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

 span { border-color: rgb(212,134,114); }

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