Html Css Color HEX #D08895 Puce

📋 copy color: '#D08895'

red 208 ◦ green 136 ◦ blue 149

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

Shades of Puce #D08895

Tints of Puce #D08895

RGB

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

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

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

R = 42.19%
G = 27.59%
B = 30.22%

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

#D08895 (or 0xD08895) is known color: Puce. HEX triplet: D0, 88 and 95. RGB value is (208,136,149). Sum of RGB (Red+Green+Blue) = 208+136+149=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08895 is #2F776A. Grayscale: #9F9F9F. Windows color (decimal): -3110763 or 9799888. OLE color: 9799888.

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

Color convert

RGB 208 136 149 -
CMYK 0 0.35 0.28 0.18
HSL 349.17º 0.43% 0.67% -
HSV(B) 349.17º 0.35% 0.82% -
XYZ 40.24 33.19 32.72 -
YUV 159.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 208 136 149 0 0.35 0.28 0.18 349.17 0.43 0.67
Hex D0 88 95 0 23 1C 12 15D 2B 43
Octal 320 210 225 0 43 34 22 535 53 103
Binary 11010000 10001000 10010101 0 100011 11100 10010 101011101 101011 1000011

Color Harmonies of #D08895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08895

Black with #D08895

Text Example


Text Example

White with #D08895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08895; }

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

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

background-color css

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

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

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

border-color css

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

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

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