Html Css Color HEX #D18191 Puce

📋 copy color: '#D18191'

red 209 ◦ green 129 ◦ blue 145

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

Shades of Puce #D18191

Tints of Puce #D18191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 43.27%
G = 26.71%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D18191 (or 0xD18191) is known color: Puce. HEX triplet: D1, 81 and 91. RGB value is (209,129,145). Sum of RGB (Red+Green+Blue) = 209+129+145=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D18191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18191 is #2E7E6E. Grayscale: #9A9A9A. Windows color (decimal): -3047023 or 9535953. OLE color: 9535953.

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

Color convert

RGB 209 129 145 -
CMYK 0 0.38 0.31 0.18
HSL 348º 0.47% 0.66% -
HSV(B) 348º 0.38% 0.82% -
XYZ 39.26 31.3 30.76 -
YUV 154.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 209 129 145 0 0.38 0.31 0.18 348 0.47 0.66
Hex D1 81 91 0 26 1F 12 15C 2F 42
Octal 321 201 221 0 46 37 22 534 57 102
Binary 11010001 10000001 10010001 0 100110 11111 10010 101011100 101111 1000010

Color Harmonies of #D18191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18191

Black with #D18191

Text Example


Text Example

White with #D18191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18191; }

 p { color: rgb(209,129,145); }

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

background-color css

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

 a { background-color: rgb(209,129,145); }

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

border-color css

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

 span { border-color: rgb(209,129,145); }

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