Html Css Color HEX #D08097 Puce

📋 copy color: '#D08097'

red 208 ◦ green 128 ◦ blue 151

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

Shades of Puce #D08097

Tints of Puce #D08097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 42.71%
G = 26.28%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D08097 (or 0xD08097) is known color: Puce. HEX triplet: D0, 80 and 97. RGB value is (208,128,151). Sum of RGB (Red+Green+Blue) = 208+128+151=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D08097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08097 is #2F7F68. Grayscale: #9A9A9A. Windows color (decimal): -3112809 or 9928912. OLE color: 9928912.

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

Color convert

RGB 208 128 151 -
CMYK 0 0.38 0.27 0.18
HSL 342.75º 0.46% 0.66% -
HSV(B) 342.75º 0.38% 0.82% -
XYZ 39.32 31.08 33.21 -
YUV 154.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 208 128 151 0 0.38 0.27 0.18 342.75 0.46 0.66
Hex D0 80 97 0 26 1B 12 157 2E 42
Octal 320 200 227 0 46 33 22 527 56 102
Binary 11010000 10000000 10010111 0 100110 11011 10010 101010111 101110 1000010

Color Harmonies of #D08097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08097

Black with #D08097

Text Example


Text Example

White with #D08097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08097; }

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

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

background-color css

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

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

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

border-color css

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

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

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