#D08294

Color #D08294 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D08294

Tints of Puce #D08294

Color information

#D08294 (or 0xD08294) is unknown color: approx Puce. HEX triplet: D0, 82 and 94. RGB value is (208,130,148). Sum of RGB (Red+Green+Blue) = 208+130+148=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08294 is #2F7D6B. Grayscale: #9B9B9B. Windows color (decimal): -3112300 or 9732816. OLE color: 9732816.

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

Color convert

RGB208130148-
CMYK00.380.290.18
HSL346.15º45.35%66.27%-
HSV(B)346.15º37.5%81.57%-
XYZ39.3431.5132.03-
YUV155.37123.84165.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=42.80%
G=26.75%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813014800.380.290.18346.1545.3566.27
HexD082940261D1215a2d42
Octal320202224046352253255102
Binary110100001000001010010100010011011101100101010110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08294; }

 p { color: rgb(208,130,148); }

 H1.HeaderClassName
 {
   color: #D08294;
 }
 .AnyTagClassName
 {
   color: #D08294;
 }
</style>
background-color css

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

 a { background-color: rgb(208,130,148); }

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

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

 span { border-color: rgb(208,130,148); }

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