#C29579

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

Shades of Pale Taupe #C29579

Tints of Pale Taupe #C29579

Color information

#C29579 (or 0xC29579) is unknown color: approx Pale Taupe. HEX triplet: C2, 95 and 79. RGB value is (194,149,121). Sum of RGB (Red+Green+Blue) = 194+149+121=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29579 is #3D6A86. Grayscale: #9F9F9F. Windows color (decimal): -4024967 or 7968194. OLE color: 7968194.

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

Color convert

RGB194149121-
CMYK00.230.380.24
HSL23.01º37.44%61.76%-
HSV(B)23.01º37.63%76.08%-
XYZ36.4534.3422.8-
YUV159.26106.41152.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=41.81%
G=32.11%
B=26.08%

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
Decimal19414912100.230.380.2423.0137.4461.76
HexC29579017261817253e
Octal3022251710274630274576
Binary110000101001010111110010101111001101100010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29579; }

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

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

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

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

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

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

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

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