Html Css Color HEX #D48178 New York Pink

📋 copy color: '#D48178'

red 212 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #D48178

Tints of New York Pink #D48178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 45.99%
G = 27.98%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D48178 (or 0xD48178) is known color: New York Pink. HEX triplet: D4, 81 and 78. RGB value is (212,129,120). Sum of RGB (Red+Green+Blue) = 212+129+120=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48178 is #2B7E87. Grayscale: #989898. Windows color (decimal): -2850440 or 7897556. OLE color: 7897556.

HSL color Cylindrical-coordinate representation of color #D48178: hue angle of 5.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48178 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 120 -
CMYK 0 0.39 0.43 0.17
HSL 5.87º 0.52% 0.65% -
HSV(B) 5.87º 0.43% 0.83% -
XYZ 38.39 31.05 21.74 -
YUV 152.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 212 129 120 0 0.39 0.43 0.17 5.87 0.52 0.65
Hex D4 81 78 0 27 2B 11 6 34 41
Octal 324 201 170 0 47 53 21 6 64 101
Binary 11010100 10000001 1111000 0 100111 101011 10001 110 110100 1000001

Color Harmonies of #D48178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48178

Black with #D48178

Text Example


Text Example

White with #D48178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48178; }

 p { color: rgb(212,129,120); }

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

background-color css

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

 a { background-color: rgb(212,129,120); }

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

border-color css

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

 span { border-color: rgb(212,129,120); }

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