Html Css Color HEX #D5786C New York Pink

📋 copy color: '#D5786C'

red 213 ◦ green 120 ◦ blue 108

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

Shades of New York Pink #D5786C

Tints of New York Pink #D5786C

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

 GREEN value IS 120 (47.27% from 255) = 27.21%

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 48.3%
G = 27.21%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5786C (or 0xD5786C) is known color: New York Pink. HEX triplet: D5, 78 and 6C. RGB value is (213,120,108). Sum of RGB (Red+Green+Blue) = 213+120+108=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5786C is #2A8793. Grayscale: #929292. Windows color (decimal): -2787220 or 7108821. OLE color: 7108821.

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

Color convert

RGB 213 120 108 -
CMYK 0 0.44 0.49 0.16
HSL 6.86º 0.56% 0.63% -
HSV(B) 6.86º 0.49% 0.84% -
XYZ 36.86 28.66 17.78 -
YUV 146.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 213 120 108 0 0.44 0.49 0.16 6.86 0.56 0.63
Hex D5 78 6C 0 2C 31 10 7 38 3F
Octal 325 170 154 0 54 61 20 7 70 77
Binary 11010101 1111000 1101100 0 101100 110001 10000 111 111000 111111

Color Harmonies of #D5786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5786C

Black with #D5786C

Text Example


Text Example

White with #D5786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5786C; }

 p { color: rgb(213,120,108); }

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

background-color css

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

 a { background-color: rgb(213,120,108); }

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

border-color css

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

 span { border-color: rgb(213,120,108); }

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