Html Css Color HEX #D48291 Puce

📋 copy color: '#D48291'

red 212 ◦ green 130 ◦ blue 145

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

Shades of Puce #D48291

Tints of Puce #D48291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 43.53%
G = 26.69%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D48291 (or 0xD48291) is known color: Puce. HEX triplet: D4, 82 and 91. RGB value is (212,130,145). Sum of RGB (Red+Green+Blue) = 212+130+145=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D48291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48291 is #2B7D6E. Grayscale: #9C9C9C. Windows color (decimal): -2850159 or 9536212. OLE color: 9536212.

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

Color convert

RGB 212 130 145 -
CMYK 0 0.39 0.32 0.17
HSL 349.02º 0.49% 0.67% -
HSV(B) 349.02º 0.39% 0.83% -
XYZ 40.24 32.01 30.84 -
YUV 156.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 212 130 145 0 0.39 0.32 0.17 349.02 0.49 0.67
Hex D4 82 91 0 27 20 11 15D 31 43
Octal 324 202 221 0 47 40 21 535 61 103
Binary 11010100 10000010 10010001 0 100111 100000 10001 101011101 110001 1000011

Color Harmonies of #D48291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48291

Black with #D48291

Text Example


Text Example

White with #D48291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48291; }

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

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

background-color css

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

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

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

border-color css

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

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

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