Html Css Color HEX #D08796 Puce

📋 copy color: '#D08796'

red 208 ◦ green 135 ◦ blue 150

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

Shades of Puce #D08796

Tints of Puce #D08796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 42.19%
G = 27.38%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08796 (or 0xD08796) is known color: Puce. HEX triplet: D0, 87 and 96. RGB value is (208,135,150). Sum of RGB (Red+Green+Blue) = 208+135+150=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08796 is #2F7869. Grayscale: #9E9E9E. Windows color (decimal): -3111018 or 9865168. OLE color: 9865168.

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

Color convert

RGB 208 135 150 -
CMYK 0 0.35 0.28 0.18
HSL 347.67º 0.44% 0.67% -
HSV(B) 347.67º 0.35% 0.82% -
XYZ 40.18 32.94 33.09 -
YUV 158.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 208 135 150 0 0.35 0.28 0.18 347.67 0.44 0.67
Hex D0 87 96 0 23 1C 12 15C 2C 43
Octal 320 207 226 0 43 34 22 534 54 103
Binary 11010000 10000111 10010110 0 100011 11100 10010 101011100 101100 1000011

Color Harmonies of #D08796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08796

Black with #D08796

Text Example


Text Example

White with #D08796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08796; }

 p { color: rgb(208,135,150); }

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

background-color css

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

 a { background-color: rgb(208,135,150); }

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

border-color css

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

 span { border-color: rgb(208,135,150); }

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