#d4846e

Color #D4846E New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D4846E

Tints of New York Pink #D4846E

Color information

#D4846E (or 0xD4846E) is unknown color: approx New York Pink. HEX triplet: D4, 84 and 6E. RGB value is (212,132,110). Sum of RGB (Red+Green+Blue) = 212+132+110=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4846E is #2B7B91. Grayscale: #999999. Windows color (decimal): -2849682 or 7242964. OLE color: 7242964.

HSL color Cylindrical-coordinate representation of color #D4846E: hue angle of 12.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4846E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212132110-
CMYK00.380.480.17
HSL12.94º54.26%63.14%-
HSV(B)12.94º48.11%83.14%-
XYZ38.2231.6318.84-
YUV153.41103.5169.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=46.70%
G=29.07%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213211000.380.480.1712.9454.2663.14
HexD4846E0263011d363f
Octal3242041560466021156677
Binary110101001000010011011100100110110000100011101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4846e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4846e; }

 p { color: rgb(212,132,110); }

 H1.HeaderClassName
 {
   color: #d4846e;
 }
 .AnyTagClassName
 {
   color: #d4846e;
 }
</style>
background-color css

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

 a { background-color: rgb(212,132,110); }

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

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

 span { border-color: rgb(212,132,110); }

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