#C29D7C

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

Shades of Pale Taupe #C29D7C

Tints of Pale Taupe #C29D7C

Color information

#C29D7C (or 0xC29D7C) is unknown color: approx Pale Taupe. HEX triplet: C2, 9D and 7C. RGB value is (194,157,124). Sum of RGB (Red+Green+Blue) = 194+157+124=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D7C is #3D6283. Grayscale: #A4A4A4. Windows color (decimal): -4022916 or 8166850. OLE color: 8166850.

HSL color Cylindrical-coordinate representation of color #C29D7C: hue angle of 28.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29D7C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194157124-
CMYK00.190.360.24
HSL28.29º36.46%62.35%-
HSV(B)28.29º36.08%76.08%-
XYZ37.9437.0424.22-
YUV164.3105.26149.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=40.84%
G=33.05%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415712400.190.360.2428.2936.4662.35
HexC29D7C01324181c243e
Octal3022351740234430344476
Binary110000101001110111111000100111001001100011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D7C; }

 p { color: rgb(194,157,124); }

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

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

 a { background-color: rgb(194,157,124); }

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

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

 span { border-color: rgb(194,157,124); }

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