Html Css Color HEX #D48391 Puce

📋 copy color: '#D48391'

red 212 ◦ green 131 ◦ blue 145

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

Shades of Puce #D48391

Tints of Puce #D48391

RGB

 RED value IS 212 (83.2% from 255) = 43.44%

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

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

R = 43.44%
G = 26.84%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D48391 (or 0xD48391) is known color: Puce. HEX triplet: D4, 83 and 91. RGB value is (212,131,145). Sum of RGB (Red+Green+Blue) = 212+131+145=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48391 is #2B7C6E. Grayscale: #9C9C9C. Windows color (decimal): -2849903 or 9536468. OLE color: 9536468.

HSL color Cylindrical-coordinate representation of color #D48391: hue angle of 349.63º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48391 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 145 -
CMYK 0 0.38 0.32 0.17
HSL 349.63º 0.49% 0.67% -
HSV(B) 349.63º 0.38% 0.83% -
XYZ 40.38 32.27 30.89 -
YUV 156.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 212 131 145 0 0.38 0.32 0.17 349.63 0.49 0.67
Hex D4 83 91 0 26 20 11 15E 31 43
Octal 324 203 221 0 46 40 21 536 61 103
Binary 11010100 10000011 10010001 0 100110 100000 10001 101011110 110001 1000011

Color Harmonies of #D48391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48391

Black with #D48391

Text Example


Text Example

White with #D48391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48391; }

 p { color: rgb(212,131,145); }

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

background-color css

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

 a { background-color: rgb(212,131,145); }

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

border-color css

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

 span { border-color: rgb(212,131,145); }

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