Html Css Color HEX #D08993 Puce

📋 copy color: '#D08993'

red 208 ◦ green 137 ◦ blue 147

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

Shades of Puce #D08993

Tints of Puce #D08993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 42.28%
G = 27.85%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D08993 (or 0xD08993) is known color: Puce. HEX triplet: D0, 89 and 93. RGB value is (208,137,147). Sum of RGB (Red+Green+Blue) = 208+137+147=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08993 is #2F766C. Grayscale: #9F9F9F. Windows color (decimal): -3110509 or 9669072. OLE color: 9669072.

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

Color convert

RGB 208 137 147 -
CMYK 0 0.34 0.29 0.18
HSL 351.55º 0.43% 0.68% -
HSV(B) 351.55º 0.34% 0.82% -
XYZ 40.22 33.41 31.93 -
YUV 159.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 208 137 147 0 0.34 0.29 0.18 351.55 0.43 0.68
Hex D0 89 93 0 22 1D 12 160 2B 44
Octal 320 211 223 0 42 35 22 540 53 104
Binary 11010000 10001001 10010011 0 100010 11101 10010 101100000 101011 1000100

Color Harmonies of #D08993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08993

Black with #D08993

Text Example


Text Example

White with #D08993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08993; }

 p { color: rgb(208,137,147); }

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

background-color css

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

 a { background-color: rgb(208,137,147); }

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

border-color css

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

 span { border-color: rgb(208,137,147); }

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