#C29E79

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

Shades of Pale Taupe #C29E79

Tints of Pale Taupe #C29E79

Color information

#C29E79 (or 0xC29E79) is unknown color: approx Pale Taupe. HEX triplet: C2, 9E and 79. RGB value is (194,158,121). Sum of RGB (Red+Green+Blue) = 194+158+121=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E79 is #3D6186. Grayscale: #A4A4A4. Windows color (decimal): -4022663 or 7970498. OLE color: 7970498.

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

Color convert

RGB194158121-
CMYK00.190.380.24
HSL30.41º37.44%61.76%-
HSV(B)30.41º37.63%76.08%-
XYZ37.9337.323.29-
YUV164.55103.43149.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=41.01%
G=33.40%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415812100.190.380.2430.4137.4461.76
HexC29E7901326181e253e
Octal3022361710234630364576
Binary110000101001111011110010100111001101100011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E79; }

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

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

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

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

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

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

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

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