Html Css Color HEX #D18692 Puce

📋 copy color: '#D18692'

red 209 ◦ green 134 ◦ blue 146

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

Shades of Puce #D18692

Tints of Puce #D18692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 42.74%
G = 27.4%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D18692 (or 0xD18692) is known color: Puce. HEX triplet: D1, 86 and 92. RGB value is (209,134,146). Sum of RGB (Red+Green+Blue) = 209+134+146=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D18692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18692 is #2E796D. Grayscale: #9D9D9D. Windows color (decimal): -3045742 or 9602769. OLE color: 9602769.

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

Color convert

RGB 209 134 146 -
CMYK 0 0.36 0.30 0.18
HSL 350.4º 0.45% 0.67% -
HSV(B) 350.4º 0.36% 0.82% -
XYZ 40.01 32.68 31.39 -
YUV 157.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 209 134 146 0 0.36 0.30 0.18 350.4 0.45 0.67
Hex D1 86 92 0 24 1E 12 15E 2D 43
Octal 321 206 222 0 44 36 22 536 55 103
Binary 11010001 10000110 10010010 0 100100 11110 10010 101011110 101101 1000011

Color Harmonies of #D18692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18692

Black with #D18692

Text Example


Text Example

White with #D18692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18692; }

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

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

background-color css

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

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

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

border-color css

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

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

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