Html Css Color HEX #D18595 Puce

📋 copy color: '#D18595'

red 209 ◦ green 133 ◦ blue 149

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

Shades of Puce #D18595

Tints of Puce #D18595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 42.57%
G = 27.09%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D18595 (or 0xD18595) is known color: Puce. HEX triplet: D1, 85 and 95. RGB value is (209,133,149). Sum of RGB (Red+Green+Blue) = 209+133+149=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D18595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18595 is #2E7A6A. Grayscale: #9D9D9D. Windows color (decimal): -3045995 or 9799121. OLE color: 9799121.

HSL color Cylindrical-coordinate representation of color #D18595: hue angle of 347.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18595 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 149 -
CMYK 0 0.36 0.29 0.18
HSL 347.37º 0.45% 0.67% -
HSV(B) 347.37º 0.36% 0.82% -
XYZ 40.11 32.5 32.59 -
YUV 157.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 209 133 149 0 0.36 0.29 0.18 347.37 0.45 0.67
Hex D1 85 95 0 24 1D 12 15B 2D 43
Octal 321 205 225 0 44 35 22 533 55 103
Binary 11010001 10000101 10010101 0 100100 11101 10010 101011011 101101 1000011

Color Harmonies of #D18595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18595

Black with #D18595

Text Example


Text Example

White with #D18595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18595; }

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

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

background-color css

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

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

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

border-color css

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

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

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