#C29479

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

Shades of Pale Taupe #C29479

Tints of Pale Taupe #C29479

Color information

#C29479 (or 0xC29479) is unknown color: approx Pale Taupe. HEX triplet: C2, 94 and 79. RGB value is (194,148,121). Sum of RGB (Red+Green+Blue) = 194+148+121=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C29479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29479 is #3D6B86. Grayscale: #9E9E9E. Windows color (decimal): -4025223 or 7967938. OLE color: 7967938.

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

Color convert

RGB194148121-
CMYK00.240.380.24
HSL22.19º37.44%61.76%-
HSV(B)22.19º37.63%76.08%-
XYZ36.2934.0322.74-
YUV158.68106.74153.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=41.90%
G=31.97%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414812100.240.380.2422.1937.4461.76
HexC29479018261816253e
Octal3022241710304630264576
Binary110000101001010011110010110001001101100010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29479; }

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

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

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

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

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

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

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

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