Html Css Color HEX #D08990 Puce

📋 copy color: '#D08990'

red 208 ◦ green 137 ◦ blue 144

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

Shades of Puce #D08990

Tints of Puce #D08990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 42.54%
G = 28.02%
B = 29.45%

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

#D08990 (or 0xD08990) is known color: Puce. HEX triplet: D0, 89 and 90. RGB value is (208,137,144). Sum of RGB (Red+Green+Blue) = 208+137+144=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08990 is #2F766F. Grayscale: #9F9F9F. Windows color (decimal): -3110512 or 9472464. OLE color: 9472464.

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

Color convert

RGB 208 137 144 -
CMYK 0 0.34 0.31 0.18
HSL 354.08º 0.43% 0.68% -
HSV(B) 354.08º 0.34% 0.82% -
XYZ 39.99 33.31 30.71 -
YUV 159.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 208 137 144 0 0.34 0.31 0.18 354.08 0.43 0.68
Hex D0 89 90 0 22 1F 12 162 2B 44
Octal 320 211 220 0 42 37 22 542 53 104
Binary 11010000 10001001 10010000 0 100010 11111 10010 101100010 101011 1000100

Color Harmonies of #D08990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08990

Black with #D08990

Text Example


Text Example

White with #D08990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08990; }

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

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

background-color css

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

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

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

border-color css

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

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

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