Html Css Color HEX #D08A8B Puce

📋 copy color: '#D08A8B'

red 208 ◦ green 138 ◦ blue 139

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

Shades of Puce #D08A8B

Tints of Puce #D08A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 42.89%
G = 28.45%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D08A8B (or 0xD08A8B) is known color: Puce. HEX triplet: D0, 8A and 8B. RGB value is (208,138,139). Sum of RGB (Red+Green+Blue) = 208+138+139=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A8B is #2F7574. Grayscale: #9F9F9F. Windows color (decimal): -3110261 or 9145040. OLE color: 9145040.

HSL color Cylindrical-coordinate representation of color #D08A8B: hue angle of 359.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08A8B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 139 -
CMYK 0 0.34 0.33 0.18
HSL 359.14º 0.43% 0.68% -
HSV(B) 359.14º 0.34% 0.82% -
XYZ 39.76 33.45 28.79 -
YUV 159.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 208 138 139 0 0.34 0.33 0.18 359.14 0.43 0.68
Hex D0 8A 8B 0 22 21 12 167 2B 44
Octal 320 212 213 0 42 41 22 547 53 104
Binary 11010000 10001010 10001011 0 100010 100001 10010 101100111 101011 1000100

Color Harmonies of #D08A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A8B

Black with #D08A8B

Text Example


Text Example

White with #D08A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A8B; }

 p { color: rgb(208,138,139); }

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

background-color css

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

 a { background-color: rgb(208,138,139); }

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

border-color css

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

 span { border-color: rgb(208,138,139); }

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