Html Css Color HEX #D18690 Puce

📋 copy color: '#D18690'

red 209 ◦ green 134 ◦ blue 144

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

Shades of Puce #D18690

Tints of Puce #D18690

RGB

 RED value IS 209 (82.03% from 255) = 42.92%

 GREEN value IS 134 (52.73% from 255) = 27.52%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 42.92%
G = 27.52%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D18690 (or 0xD18690) is known color: Puce. HEX triplet: D1, 86 and 90. RGB value is (209,134,144). Sum of RGB (Red+Green+Blue) = 209+134+144=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18690 is #2E796F. Grayscale: #9D9D9D. Windows color (decimal): -3045744 or 9471697. OLE color: 9471697.

HSL color Cylindrical-coordinate representation of color #D18690: hue angle of 352º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18690 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 144 -
CMYK 0 0.36 0.31 0.18
HSL 352º 0.45% 0.67% -
HSV(B) 352º 0.36% 0.82% -
XYZ 39.85 32.62 30.58 -
YUV 157.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 209 134 144 0 0.36 0.31 0.18 352 0.45 0.67
Hex D1 86 90 0 24 1F 12 160 2D 43
Octal 321 206 220 0 44 37 22 540 55 103
Binary 11010001 10000110 10010000 0 100100 11111 10010 101100000 101101 1000011

Color Harmonies of #D18690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18690

Black with #D18690

Text Example


Text Example

White with #D18690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18690; }

 p { color: rgb(209,134,144); }

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

background-color css

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

 a { background-color: rgb(209,134,144); }

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

border-color css

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

 span { border-color: rgb(209,134,144); }

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