#C29679

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

Shades of Pale Taupe #C29679

Tints of Pale Taupe #C29679

Color information

#C29679 (or 0xC29679) is unknown color: approx Pale Taupe. HEX triplet: C2, 96 and 79. RGB value is (194,150,121). Sum of RGB (Red+Green+Blue) = 194+150+121=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C29679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29679 is #3D6986. Grayscale: #A0A0A0. Windows color (decimal): -4024711 or 7968450. OLE color: 7968450.

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

Color convert

RGB194150121-
CMYK00.230.380.24
HSL23.84º37.44%61.76%-
HSV(B)23.84º37.63%76.08%-
XYZ36.6134.6622.85-
YUV159.85106.08152.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=41.72%
G=32.26%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415012100.230.380.2423.8437.4461.76
HexC29679017261818253e
Octal3022261710274630304576
Binary110000101001011011110010101111001101100011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29679; }

 p { color: rgb(194,150,121); }

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

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

 a { background-color: rgb(194,150,121); }

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

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

 span { border-color: rgb(194,150,121); }

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