Html Css Color HEX #D08490 Puce

📋 copy color: '#D08490'

red 208 ◦ green 132 ◦ blue 144

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

Shades of Puce #D08490

Tints of Puce #D08490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 42.98%
G = 27.27%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D08490 (or 0xD08490) is known color: Puce. HEX triplet: D0, 84 and 90. RGB value is (208,132,144). Sum of RGB (Red+Green+Blue) = 208+132+144=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D08490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08490 is #2F7B6F. Grayscale: #9C9C9C. Windows color (decimal): -3111792 or 9471184. OLE color: 9471184.

HSL color Cylindrical-coordinate representation of color #D08490: hue angle of 350.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08490 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 144 -
CMYK 0 0.37 0.31 0.18
HSL 350.53º 0.45% 0.67% -
HSV(B) 350.53º 0.37% 0.82% -
XYZ 39.3 31.93 30.48 -
YUV 156.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 208 132 144 0 0.37 0.31 0.18 350.53 0.45 0.67
Hex D0 84 90 0 25 1F 12 15F 2D 43
Octal 320 204 220 0 45 37 22 537 55 103
Binary 11010000 10000100 10010000 0 100101 11111 10010 101011111 101101 1000011

Color Harmonies of #D08490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08490

Black with #D08490

Text Example


Text Example

White with #D08490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08490; }

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

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

background-color css

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

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

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

border-color css

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

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

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