Html Css Color HEX #D08A8C Puce

📋 copy color: '#D08A8C'

red 208 ◦ green 138 ◦ blue 140

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

Shades of Puce #D08A8C

Tints of Puce #D08A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 42.8%
G = 28.4%
B = 28.81%

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

#D08A8C (or 0xD08A8C) is known color: Puce. HEX triplet: D0, 8A and 8C. RGB value is (208,138,140). Sum of RGB (Red+Green+Blue) = 208+138+140=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A8C is #2F7573. Grayscale: #9F9F9F. Windows color (decimal): -3110260 or 9210576. OLE color: 9210576.

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

Color convert

RGB 208 138 140 -
CMYK 0 0.34 0.33 0.18
HSL 358.29º 0.43% 0.68% -
HSV(B) 358.29º 0.34% 0.82% -
XYZ 39.83 33.48 29.17 -
YUV 159.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 208 138 140 0 0.34 0.33 0.18 358.29 0.43 0.68
Hex D0 8A 8C 0 22 21 12 166 2B 44
Octal 320 212 214 0 42 41 22 546 53 104
Binary 11010000 10001010 10001100 0 100010 100001 10010 101100110 101011 1000100

Color Harmonies of #D08A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A8C

Black with #D08A8C

Text Example


Text Example

White with #D08A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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