Html Css Color HEX #D1848C Puce

📋 copy color: '#D1848C'

red 209 ◦ green 132 ◦ blue 140

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

Shades of Puce #D1848C

Tints of Puce #D1848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 43.45%
G = 27.44%
B = 29.11%

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

#D1848C (or 0xD1848C) is known color: Puce. HEX triplet: D1, 84 and 8C. RGB value is (209,132,140). Sum of RGB (Red+Green+Blue) = 209+132+140=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848C is #2E7B73. Grayscale: #9B9B9B. Windows color (decimal): -3046260 or 9209041. OLE color: 9209041.

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

Color convert

RGB 209 132 140 -
CMYK 0 0.37 0.33 0.18
HSL 353.77º 0.46% 0.67% -
HSV(B) 353.77º 0.37% 0.82% -
XYZ 39.28 31.95 28.91 -
YUV 155.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 209 132 140 0 0.37 0.33 0.18 353.77 0.46 0.67
Hex D1 84 8C 0 25 21 12 162 2E 43
Octal 321 204 214 0 45 41 22 542 56 103
Binary 11010001 10000100 10001100 0 100101 100001 10010 101100010 101110 1000011

Color Harmonies of #D1848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1848C

Black with #D1848C

Text Example


Text Example

White with #D1848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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