Html Css Color HEX #D48290 Puce

📋 copy color: '#D48290'

red 212 ◦ green 130 ◦ blue 144

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

Shades of Puce #D48290

Tints of Puce #D48290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 43.62%
G = 26.75%
B = 29.63%

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

#D48290 (or 0xD48290) is known color: Puce. HEX triplet: D4, 82 and 90. RGB value is (212,130,144). Sum of RGB (Red+Green+Blue) = 212+130+144=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D48290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48290 is #2B7D6F. Grayscale: #9C9C9C. Windows color (decimal): -2850160 or 9470676. OLE color: 9470676.

HSL color Cylindrical-coordinate representation of color #D48290: hue angle of 349.76º 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 #D48290 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 144 -
CMYK 0 0.39 0.32 0.17
HSL 349.76º 0.49% 0.67% -
HSV(B) 349.76º 0.39% 0.83% -
XYZ 40.17 31.98 30.44 -
YUV 156.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 212 130 144 0 0.39 0.32 0.17 349.76 0.49 0.67
Hex D4 82 90 0 27 20 11 15E 31 43
Octal 324 202 220 0 47 40 21 536 61 103
Binary 11010100 10000010 10010000 0 100111 100000 10001 101011110 110001 1000011

Color Harmonies of #D48290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48290

Black with #D48290

Text Example


Text Example

White with #D48290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48290; }

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

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

background-color css

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

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

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

border-color css

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

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

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