#C29179

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

Shades of Pale Taupe #C29179

Tints of Pale Taupe #C29179

Color information

#C29179 (or 0xC29179) is unknown color: approx Pale Taupe. HEX triplet: C2, 91 and 79. RGB value is (194,145,121). Sum of RGB (Red+Green+Blue) = 194+145+121=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29179 is #3D6E86. Grayscale: #9D9D9D. Windows color (decimal): -4025991 or 7967170. OLE color: 7967170.

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

Color convert

RGB194145121-
CMYK00.250.380.24
HSL19.73º37.44%61.76%-
HSV(B)19.73º37.63%76.08%-
XYZ35.8233.122.59-
YUV156.92107.73154.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=42.17%
G=31.52%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414512100.250.380.2419.7337.4461.76
HexC29179019261814253e
Octal3022211710314630244576
Binary110000101001000111110010110011001101100010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29179; }

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

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

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

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

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

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

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

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