#D5846E

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

Shades of New York Pink #D5846E

Tints of New York Pink #D5846E

Color information

#D5846E (or 0xD5846E) is unknown color: approx New York Pink. HEX triplet: D5, 84 and 6E. RGB value is (213,132,110). Sum of RGB (Red+Green+Blue) = 213+132+110=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5846E is #2A7B91. Grayscale: #999999. Windows color (decimal): -2784146 or 7242965. OLE color: 7242965.

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

Color convert

RGB213132110-
CMYK00.380.480.16
HSL12.82º55.08%63.33%-
HSV(B)12.82º48.36%83.53%-
XYZ38.5131.7718.86-
YUV153.71103.34170.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=46.81%
G=29.01%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313211000.380.480.1612.8255.0863.33
HexD5846E0263010d373f
Octal3252041560466020156777
Binary110101011000010011011100100110110000100001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5846E; }

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

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

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

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

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

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

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

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