Html Css Color HEX #D48872 New York Pink

📋 copy color: '#D48872'

red 212 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #D48872

Tints of New York Pink #D48872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

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

R = 45.89%
G = 29.44%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D48872 (or 0xD48872) is known color: New York Pink. HEX triplet: D4, 88 and 72. RGB value is (212,136,114). Sum of RGB (Red+Green+Blue) = 212+136+114=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D48872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48872 is #2B778D. Grayscale: #9C9C9C. Windows color (decimal): -2848654 or 7506132. OLE color: 7506132.

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

Color convert

RGB 212 136 114 -
CMYK 0 0.36 0.46 0.17
HSL 13.47º 0.53% 0.64% -
HSV(B) 13.47º 0.46% 0.83% -
XYZ 38.99 32.82 20.2 -
YUV 156.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 212 136 114 0 0.36 0.46 0.17 13.47 0.53 0.64
Hex D4 88 72 0 24 2E 11 D 35 40
Octal 324 210 162 0 44 56 21 15 65 100
Binary 11010100 10001000 1110010 0 100100 101110 10001 1101 110101 1000000

Color Harmonies of #D48872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48872

Black with #D48872

Text Example


Text Example

White with #D48872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48872; }

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

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

background-color css

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

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

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

border-color css

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

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

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