#C29A79

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

Shades of Pale Taupe #C29A79

Tints of Pale Taupe #C29A79

Color information

#C29A79 (or 0xC29A79) is unknown color: approx Pale Taupe. HEX triplet: C2, 9A and 79. RGB value is (194,154,121). Sum of RGB (Red+Green+Blue) = 194+154+121=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A79 is #3D6586. Grayscale: #A2A2A2. Windows color (decimal): -4023687 or 7969474. OLE color: 7969474.

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

Color convert

RGB194154121-
CMYK00.210.380.24
HSL27.12º37.44%61.76%-
HSV(B)27.12º37.63%76.08%-
XYZ37.2535.9623.07-
YUV162.2104.75150.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=41.36%
G=32.84%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415412100.210.380.2427.1237.4461.76
HexC29A7901526181b253e
Octal3022321710254630334576
Binary110000101001101011110010101011001101100011011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A79; }

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

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

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

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

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

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

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

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