#D08692

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

Shades of Puce #D08692

Tints of Puce #D08692

Color information

#D08692 (or 0xD08692) is unknown color: approx Puce. HEX triplet: D0, 86 and 92. RGB value is (208,134,146). Sum of RGB (Red+Green+Blue) = 208+134+146=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08692 is #2F796D. Grayscale: #9D9D9D. Windows color (decimal): -3111278 or 9602768. OLE color: 9602768.

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

Color convert

RGB208134146-
CMYK00.360.300.18
HSL350.27º44.05%67.06%-
HSV(B)350.27º35.58%81.57%-
XYZ39.7332.5431.38-
YUV157.49121.52164.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=42.62%
G=27.46%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813414600.360.300.18350.2744.0567.06
HexD086920241E1215e2c43
Octal320206222044362253654103
Binary110100001000011010010010010010011110100101010111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08692; }

 p { color: rgb(208,134,146); }

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

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

 a { background-color: rgb(208,134,146); }

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

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

 span { border-color: rgb(208,134,146); }

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