#d7846f

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

Shades of New York Pink #D7846F

Tints of New York Pink #D7846F

Color information

#D7846F (or 0xD7846F) is unknown color: approx New York Pink. HEX triplet: D7, 84 and 6F. RGB value is (215,132,111). Sum of RGB (Red+Green+Blue) = 215+132+111=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7846F is #287B90. Grayscale: #9A9A9A. Windows color (decimal): -2653073 or 7308503. OLE color: 7308503.

HSL color Cylindrical-coordinate representation of color #D7846F: hue angle of 12.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7846F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215132111-
CMYK00.390.480.16
HSL12.12º56.52%63.92%-
HSV(B)12.12º48.37%84.31%-
XYZ39.1432.119.17-
YUV154.42103.5171.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=46.94%
G=28.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513211100.390.480.1612.1256.5263.92
HexD7846F0273010c3940
Octal32720415704760201471100
Binary1101011110000100110111101001111100001000011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7846f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7846f; }

 p { color: rgb(215,132,111); }

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

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

 a { background-color: rgb(215,132,111); }

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

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

 span { border-color: rgb(215,132,111); }

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