Html Css Color HEX #D18594 Puce

📋 copy color: '#D18594'

red 209 ◦ green 133 ◦ blue 148

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

Shades of Puce #D18594

Tints of Puce #D18594

RGB

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

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

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

R = 42.65%
G = 27.14%
B = 30.2%

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

#D18594 (or 0xD18594) is known color: Puce. HEX triplet: D1, 85 and 94. RGB value is (209,133,148). Sum of RGB (Red+Green+Blue) = 209+133+148=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18594 is #2E7A6B. Grayscale: #9D9D9D. Windows color (decimal): -3045996 or 9733585. OLE color: 9733585.

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

Color convert

RGB 209 133 148 -
CMYK 0 0.36 0.29 0.18
HSL 348.16º 0.45% 0.67% -
HSV(B) 348.16º 0.36% 0.82% -
XYZ 40.03 32.47 32.17 -
YUV 157.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 209 133 148 0 0.36 0.29 0.18 348.16 0.45 0.67
Hex D1 85 94 0 24 1D 12 15C 2D 43
Octal 321 205 224 0 44 35 22 534 55 103
Binary 11010001 10000101 10010100 0 100100 11101 10010 101011100 101101 1000011

Color Harmonies of #D18594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18594

Black with #D18594

Text Example


Text Example

White with #D18594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18594; }

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

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

background-color css

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

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

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

border-color css

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

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

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