Html Css Color HEX #D18295 Puce

📋 copy color: '#D18295'

red 209 ◦ green 130 ◦ blue 149

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

Shades of Puce #D18295

Tints of Puce #D18295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 42.83%
G = 26.64%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D18295 (or 0xD18295) is known color: Puce. HEX triplet: D1, 82 and 95. RGB value is (209,130,149). Sum of RGB (Red+Green+Blue) = 209+130+149=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D18295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18295 is #2E7D6A. Grayscale: #9B9B9B. Windows color (decimal): -3046763 or 9798353. OLE color: 9798353.

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

Color convert

RGB 209 130 149 -
CMYK 0 0.38 0.29 0.18
HSL 345.57º 0.46% 0.66% -
HSV(B) 345.57º 0.38% 0.82% -
XYZ 39.7 31.69 32.46 -
YUV 155.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 209 130 149 0 0.38 0.29 0.18 345.57 0.46 0.66
Hex D1 82 95 0 26 1D 12 15A 2E 42
Octal 321 202 225 0 46 35 22 532 56 102
Binary 11010001 10000010 10010101 0 100110 11101 10010 101011010 101110 1000010

Color Harmonies of #D18295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18295

Black with #D18295

Text Example


Text Example

White with #D18295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18295; }

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

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

background-color css

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

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

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

border-color css

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

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

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