Html Css Color HEX #D08890 Puce

📋 copy color: '#D08890'

red 208 ◦ green 136 ◦ blue 144

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

Shades of Puce #D08890

Tints of Puce #D08890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 42.62%
G = 27.87%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D08890 (or 0xD08890) is known color: Puce. HEX triplet: D0, 88 and 90. RGB value is (208,136,144). Sum of RGB (Red+Green+Blue) = 208+136+144=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08890 is #2F776F. Grayscale: #9E9E9E. Windows color (decimal): -3110768 or 9472208. OLE color: 9472208.

HSL color Cylindrical-coordinate representation of color #D08890: hue angle of 353.33º degrees, saturation: 0.43, 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 #D08890 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 144 -
CMYK 0 0.35 0.31 0.18
HSL 353.33º 0.43% 0.67% -
HSV(B) 353.33º 0.35% 0.82% -
XYZ 39.85 33.03 30.66 -
YUV 158.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 208 136 144 0 0.35 0.31 0.18 353.33 0.43 0.67
Hex D0 88 90 0 23 1F 12 161 2B 43
Octal 320 210 220 0 43 37 22 541 53 103
Binary 11010000 10001000 10010000 0 100011 11111 10010 101100001 101011 1000011

Color Harmonies of #D08890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08890

Black with #D08890

Text Example


Text Example

White with #D08890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08890; }

 p { color: rgb(208,136,144); }

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

background-color css

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

 a { background-color: rgb(208,136,144); }

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

border-color css

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

 span { border-color: rgb(208,136,144); }

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