Html Css Color HEX #D18794 Puce

📋 copy color: '#D18794'

red 209 ◦ green 135 ◦ blue 148

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

Shades of Puce #D18794

Tints of Puce #D18794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.44%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 42.48%
G = 27.44%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D18794 (or 0xD18794) is known color: Puce. HEX triplet: D1, 87 and 94. RGB value is (209,135,148). Sum of RGB (Red+Green+Blue) = 209+135+148=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18794 is #2E786B. Grayscale: #9E9E9E. Windows color (decimal): -3045484 or 9734097. OLE color: 9734097.

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

Color convert

RGB 209 135 148 -
CMYK 0 0.35 0.29 0.18
HSL 349.46º 0.45% 0.67% -
HSV(B) 349.46º 0.35% 0.82% -
XYZ 40.3 33.02 32.27 -
YUV 158.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 209 135 148 0 0.35 0.29 0.18 349.46 0.45 0.67
Hex D1 87 94 0 23 1D 12 15D 2D 43
Octal 321 207 224 0 43 35 22 535 55 103
Binary 11010001 10000111 10010100 0 100011 11101 10010 101011101 101101 1000011

Color Harmonies of #D18794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18794

Black with #D18794

Text Example


Text Example

White with #D18794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18794; }

 p { color: rgb(209,135,148); }

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

background-color css

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

 a { background-color: rgb(209,135,148); }

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

border-color css

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

 span { border-color: rgb(209,135,148); }

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