Html Css Color HEX #D5746A New York Pink

📋 copy color: '#D5746A'

red 213 ◦ green 116 ◦ blue 106

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

Shades of New York Pink #D5746A

Tints of New York Pink #D5746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 48.97%
G = 26.67%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5746A (or 0xD5746A) is known color: New York Pink. HEX triplet: D5, 74 and 6A. RGB value is (213,116,106). Sum of RGB (Red+Green+Blue) = 213+116+106=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5746A is #2A8B95. Grayscale: #909090. Windows color (decimal): -2788246 or 6976725. OLE color: 6976725.

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

Color convert

RGB 213 116 106 -
CMYK 0 0.46 0.50 0.16
HSL 5.61º 0.56% 0.63% -
HSV(B) 5.61º 0.5% 0.84% -
XYZ 36.29 27.68 17.07 -
YUV 143.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 213 116 106 0 0.46 0.50 0.16 5.61 0.56 0.63
Hex D5 74 6A 0 2E 32 10 6 38 3F
Octal 325 164 152 0 56 62 20 6 70 77
Binary 11010101 1110100 1101010 0 101110 110010 10000 110 111000 111111

Color Harmonies of #D5746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5746A

Black with #D5746A

Text Example


Text Example

White with #D5746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5746A; }

 p { color: rgb(213,116,106); }

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

background-color css

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

 a { background-color: rgb(213,116,106); }

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

border-color css

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

 span { border-color: rgb(213,116,106); }

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