Html Css Color HEX #D18290 Puce

📋 copy color: '#D18290'

red 209 ◦ green 130 ◦ blue 144

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

Shades of Puce #D18290

Tints of Puce #D18290

RGB

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

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

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

R = 43.27%
G = 26.92%
B = 29.81%

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

#D18290 (or 0xD18290) is known color: Puce. HEX triplet: D1, 82 and 90. RGB value is (209,130,144). Sum of RGB (Red+Green+Blue) = 209+130+144=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D18290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18290 is #2E7D6F. Grayscale: #9B9B9B. Windows color (decimal): -3046768 or 9470673. OLE color: 9470673.

HSL color Cylindrical-coordinate representation of color #D18290: hue angle of 349.37º degrees, saturation: 0.46, 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 #D18290 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 144 -
CMYK 0 0.38 0.31 0.18
HSL 349.37º 0.46% 0.66% -
HSV(B) 349.37º 0.38% 0.82% -
XYZ 39.31 31.53 30.4 -
YUV 155.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 209 130 144 0 0.38 0.31 0.18 349.37 0.46 0.66
Hex D1 82 90 0 26 1F 12 15D 2E 42
Octal 321 202 220 0 46 37 22 535 56 102
Binary 11010001 10000010 10010000 0 100110 11111 10010 101011101 101110 1000010

Color Harmonies of #D18290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18290

Black with #D18290

Text Example


Text Example

White with #D18290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18290; }

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

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

background-color css

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

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

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

border-color css

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

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

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