Html Css Color HEX #D7846E New York Pink

📋 copy color: '#D7846E'

red 215 ◦ green 132 ◦ blue 110

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

Shades of New York Pink #D7846E

Tints of New York Pink #D7846E

RGB

 RED value IS 215 (84.38% from 255) = 47.05%

 GREEN value IS 132 (51.95% from 255) = 28.88%

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 47.05%
G = 28.88%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7846E (or 0xD7846E) is known color: New York Pink. HEX triplet: D7, 84 and 6E. RGB value is (215,132,110). Sum of RGB (Red+Green+Blue) = 215+132+110=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7846E is #287B91. Grayscale: #9A9A9A. Windows color (decimal): -2653074 or 7242967. OLE color: 7242967.

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

Color convert

RGB 215 132 110 -
CMYK 0 0.39 0.49 0.16
HSL 12.57º 0.57% 0.64% -
HSV(B) 12.57º 0.49% 0.84% -
XYZ 39.09 32.08 18.88 -
YUV 154.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 215 132 110 0 0.39 0.49 0.16 12.57 0.57 0.64
Hex D7 84 6E 0 27 31 10 D 39 40
Octal 327 204 156 0 47 61 20 15 71 100
Binary 11010111 10000100 1101110 0 100111 110001 10000 1101 111001 1000000

Color Harmonies of #D7846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7846E

Black with #D7846E

Text Example


Text Example

White with #D7846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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