Html Css Color HEX #D08991 Puce

📋 copy color: '#D08991'

red 208 ◦ green 137 ◦ blue 145

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

Shades of Puce #D08991

Tints of Puce #D08991

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 42.45%
G = 27.96%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D08991 (or 0xD08991) is known color: Puce. HEX triplet: D0, 89 and 91. RGB value is (208,137,145). Sum of RGB (Red+Green+Blue) = 208+137+145=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08991 is #2F766E. Grayscale: #9F9F9F. Windows color (decimal): -3110511 or 9538000. OLE color: 9538000.

HSL color Cylindrical-coordinate representation of color #D08991: hue angle of 353.24º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08991 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 145 -
CMYK 0 0.34 0.30 0.18
HSL 353.24º 0.43% 0.68% -
HSV(B) 353.24º 0.34% 0.82% -
XYZ 40.07 33.35 31.11 -
YUV 159.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 208 137 145 0 0.34 0.30 0.18 353.24 0.43 0.68
Hex D0 89 91 0 22 1E 12 161 2B 44
Octal 320 211 221 0 42 36 22 541 53 104
Binary 11010000 10001001 10010001 0 100010 11110 10010 101100001 101011 1000100

Color Harmonies of #D08991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08991

Black with #D08991

Text Example


Text Example

White with #D08991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08991; }

 p { color: rgb(208,137,145); }

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

background-color css

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

 a { background-color: rgb(208,137,145); }

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

border-color css

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

 span { border-color: rgb(208,137,145); }

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