#C29A76

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

Shades of Pale Taupe #C29A76

Tints of Pale Taupe #C29A76

Color information

#C29A76 (or 0xC29A76) is unknown color: approx Pale Taupe. HEX triplet: C2, 9A and 76. RGB value is (194,154,118). Sum of RGB (Red+Green+Blue) = 194+154+118=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A76 is #3D6589. Grayscale: #A2A2A2. Windows color (decimal): -4023690 or 7772866. OLE color: 7772866.

HSL color Cylindrical-coordinate representation of color #C29A76: hue angle of 28.42º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29A76 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194154118-
CMYK00.210.390.24
HSL28.42º38.38%61.18%-
HSV(B)28.42º39.18%76.08%-
XYZ37.0735.8922.11-
YUV161.86103.25150.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=41.63%
G=33.05%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415411800.210.390.2428.4238.3861.18
HexC29A7601527181c263d
Octal3022321660254730344675
Binary110000101001101011101100101011001111100011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A76; }

 p { color: rgb(194,154,118); }

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

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

 a { background-color: rgb(194,154,118); }

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

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

 span { border-color: rgb(194,154,118); }

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