Html Css Color HEX #D08099 Puce

📋 copy color: '#D08099'

red 208 ◦ green 128 ◦ blue 153

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

Shades of Puce #D08099

Tints of Puce #D08099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 42.54%
G = 26.18%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D08099 (or 0xD08099) is known color: Puce. HEX triplet: D0, 80 and 99. RGB value is (208,128,153). Sum of RGB (Red+Green+Blue) = 208+128+153=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08099 is #2F7F66. Grayscale: #9A9A9A. Windows color (decimal): -3112807 or 10059984. OLE color: 10059984.

HSL color Cylindrical-coordinate representation of color #D08099: hue angle of 341.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08099 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 153 -
CMYK 0 0.38 0.26 0.18
HSL 341.25º 0.46% 0.66% -
HSV(B) 341.25º 0.38% 0.82% -
XYZ 39.48 31.15 34.07 -
YUV 154.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 208 128 153 0 0.38 0.26 0.18 341.25 0.46 0.66
Hex D0 80 99 0 26 1A 12 155 2E 42
Octal 320 200 231 0 46 32 22 525 56 102
Binary 11010000 10000000 10011001 0 100110 11010 10010 101010101 101110 1000010

Color Harmonies of #D08099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08099

Black with #D08099

Text Example


Text Example

White with #D08099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08099; }

 p { color: rgb(208,128,153); }

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

background-color css

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

 a { background-color: rgb(208,128,153); }

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

border-color css

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

 span { border-color: rgb(208,128,153); }

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