Html Css Color HEX #D1868C Puce

📋 copy color: '#D1868C'

red 209 ◦ green 134 ◦ blue 140

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

Shades of Puce #D1868C

Tints of Puce #D1868C

RGB

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

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

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

R = 43.27%
G = 27.74%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1868C (or 0xD1868C) is known color: Puce. HEX triplet: D1, 86 and 8C. RGB value is (209,134,140). Sum of RGB (Red+Green+Blue) = 209+134+140=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1868C is #2E7973. Grayscale: #9D9D9D. Windows color (decimal): -3045748 or 9209553. OLE color: 9209553.

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

Color convert

RGB 209 134 140 -
CMYK 0 0.36 0.33 0.18
HSL 355.2º 0.45% 0.67% -
HSV(B) 355.2º 0.36% 0.82% -
XYZ 39.55 32.5 29 -
YUV 157.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 209 134 140 0 0.36 0.33 0.18 355.2 0.45 0.67
Hex D1 86 8C 0 24 21 12 163 2D 43
Octal 321 206 214 0 44 41 22 543 55 103
Binary 11010001 10000110 10001100 0 100100 100001 10010 101100011 101101 1000011

Color Harmonies of #D1868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1868C

Black with #D1868C

Text Example


Text Example

White with #D1868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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