Html Css Color HEX #D08690 Puce

📋 copy color: '#D08690'

red 208 ◦ green 134 ◦ blue 144

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

Shades of Puce #D08690

Tints of Puce #D08690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 42.8%
G = 27.57%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D08690 (or 0xD08690) is known color: Puce. HEX triplet: D0, 86 and 90. RGB value is (208,134,144). Sum of RGB (Red+Green+Blue) = 208+134+144=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08690 is #2F796F. Grayscale: #9D9D9D. Windows color (decimal): -3111280 or 9471696. OLE color: 9471696.

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

Color convert

RGB 208 134 144 -
CMYK 0 0.36 0.31 0.18
HSL 351.89º 0.44% 0.67% -
HSV(B) 351.89º 0.36% 0.82% -
XYZ 39.57 32.47 30.57 -
YUV 157.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 208 134 144 0 0.36 0.31 0.18 351.89 0.44 0.67
Hex D0 86 90 0 24 1F 12 160 2C 43
Octal 320 206 220 0 44 37 22 540 54 103
Binary 11010000 10000110 10010000 0 100100 11111 10010 101100000 101100 1000011

Color Harmonies of #D08690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08690

Black with #D08690

Text Example


Text Example

White with #D08690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08690; }

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

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

background-color css

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

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

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

border-color css

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

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

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