#C29B76

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

Shades of Pale Taupe #C29B76

Tints of Pale Taupe #C29B76

Color information

#C29B76 (or 0xC29B76) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 76. RGB value is (194,155,118). Sum of RGB (Red+Green+Blue) = 194+155+118=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B76 is #3D6489. Grayscale: #A2A2A2. Windows color (decimal): -4023434 or 7773122. OLE color: 7773122.

HSL color Cylindrical-coordinate representation of color #C29B76: hue angle of 29.21º 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 #C29B76 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194155118-
CMYK00.200.390.24
HSL29.21º38.38%61.18%-
HSV(B)29.21º39.18%76.08%-
XYZ37.2436.2222.17-
YUV162.44102.92150.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=41.54%
G=33.19%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415511800.200.390.2429.2138.3861.18
HexC29B7601427181d263d
Octal3022331660244730354675
Binary110000101001101111101100101001001111100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B76; }

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

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

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

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

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

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

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

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