Html Css Color HEX #D1838C Puce

📋 copy color: '#D1838C'

red 209 ◦ green 131 ◦ blue 140

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

Shades of Puce #D1838C

Tints of Puce #D1838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 43.54%
G = 27.29%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1838C (or 0xD1838C) is known color: Puce. HEX triplet: D1, 83 and 8C. RGB value is (209,131,140). Sum of RGB (Red+Green+Blue) = 209+131+140=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1838C is #2E7C73. Grayscale: #9B9B9B. Windows color (decimal): -3046516 or 9208785. OLE color: 9208785.

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

Color convert

RGB 209 131 140 -
CMYK 0 0.37 0.33 0.18
HSL 353.08º 0.46% 0.67% -
HSV(B) 353.08º 0.37% 0.82% -
XYZ 39.14 31.68 28.86 -
YUV 155.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 209 131 140 0 0.37 0.33 0.18 353.08 0.46 0.67
Hex D1 83 8C 0 25 21 12 161 2E 43
Octal 321 203 214 0 45 41 22 541 56 103
Binary 11010001 10000011 10001100 0 100101 100001 10010 101100001 101110 1000011

Color Harmonies of #D1838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1838C

Black with #D1838C

Text Example


Text Example

White with #D1838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1838C; }

 p { color: rgb(209,131,140); }

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

background-color css

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

 a { background-color: rgb(209,131,140); }

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

border-color css

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

 span { border-color: rgb(209,131,140); }

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