Html Css Color HEX #D08695 Puce

📋 copy color: '#D08695'

red 208 ◦ green 134 ◦ blue 149

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

Shades of Puce #D08695

Tints of Puce #D08695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 42.36%
G = 27.29%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08695 (or 0xD08695) is known color: Puce. HEX triplet: D0, 86 and 95. RGB value is (208,134,149). Sum of RGB (Red+Green+Blue) = 208+134+149=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08695 is #2F796A. Grayscale: #9D9D9D. Windows color (decimal): -3111275 or 9799376. OLE color: 9799376.

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

Color convert

RGB 208 134 149 -
CMYK 0 0.36 0.28 0.18
HSL 347.84º 0.44% 0.67% -
HSV(B) 347.84º 0.36% 0.82% -
XYZ 39.96 32.63 32.63 -
YUV 157.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 208 134 149 0 0.36 0.28 0.18 347.84 0.44 0.67
Hex D0 86 95 0 24 1C 12 15C 2C 43
Octal 320 206 225 0 44 34 22 534 54 103
Binary 11010000 10000110 10010101 0 100100 11100 10010 101011100 101100 1000011

Color Harmonies of #D08695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08695

Black with #D08695

Text Example


Text Example

White with #D08695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08695; }

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

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

background-color css

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

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

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

border-color css

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

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

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