Html Css Color HEX #D08A8F Puce

📋 copy color: '#D08A8F'

red 208 ◦ green 138 ◦ blue 143

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

Shades of Puce #D08A8F

Tints of Puce #D08A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 42.54%
G = 28.22%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D08A8F (or 0xD08A8F) is known color: Puce. HEX triplet: D0, 8A and 8F. RGB value is (208,138,143). Sum of RGB (Red+Green+Blue) = 208+138+143=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A8F is #2F7570. Grayscale: #9F9F9F. Windows color (decimal): -3110257 or 9407184. OLE color: 9407184.

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

Color convert

RGB 208 138 143 -
CMYK 0 0.34 0.31 0.18
HSL 355.71º 0.43% 0.68% -
HSV(B) 355.71º 0.34% 0.82% -
XYZ 40.06 33.57 30.35 -
YUV 159.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 208 138 143 0 0.34 0.31 0.18 355.71 0.43 0.68
Hex D0 8A 8F 0 22 1F 12 164 2B 44
Octal 320 212 217 0 42 37 22 544 53 104
Binary 11010000 10001010 10001111 0 100010 11111 10010 101100100 101011 1000100

Color Harmonies of #D08A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A8F

Black with #D08A8F

Text Example


Text Example

White with #D08A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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