Html Css Color HEX #D18696 Puce

📋 copy color: '#D18696'

red 209 ◦ green 134 ◦ blue 150

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

Shades of Puce #D18696

Tints of Puce #D18696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 42.39%
G = 27.18%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D18696 (or 0xD18696) is known color: Puce. HEX triplet: D1, 86 and 96. RGB value is (209,134,150). Sum of RGB (Red+Green+Blue) = 209+134+150=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D18696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18696 is #2E7969. Grayscale: #9E9E9E. Windows color (decimal): -3045738 or 9864913. OLE color: 9864913.

HSL color Cylindrical-coordinate representation of color #D18696: hue angle of 347.2º 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 #D18696 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 150 -
CMYK 0 0.36 0.28 0.18
HSL 347.2º 0.45% 0.67% -
HSV(B) 347.2º 0.36% 0.82% -
XYZ 40.32 32.81 33.06 -
YUV 158.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 209 134 150 0 0.36 0.28 0.18 347.2 0.45 0.67
Hex D1 86 96 0 24 1C 12 15B 2D 43
Octal 321 206 226 0 44 34 22 533 55 103
Binary 11010001 10000110 10010110 0 100100 11100 10010 101011011 101101 1000011

Color Harmonies of #D18696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18696

Black with #D18696

Text Example


Text Example

White with #D18696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18696; }

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

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

background-color css

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

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

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

border-color css

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

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

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