#C49279

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

Shades of Pale Taupe #C49279

Tints of Pale Taupe #C49279

Color information

#C49279 (or 0xC49279) is unknown color: approx Pale Taupe. HEX triplet: C4, 92 and 79. RGB value is (196,146,121). Sum of RGB (Red+Green+Blue) = 196+146+121=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49279 is #3B6D86. Grayscale: #9E9E9E. Windows color (decimal): -3894663 or 7967428. OLE color: 7967428.

HSL color Cylindrical-coordinate representation of color #C49279: hue angle of 20º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49279 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196146121-
CMYK00.260.380.23
HSL20º38.86%62.16%-
HSV(B)20º38.27%76.86%-
XYZ36.533.6722.67-
YUV158.1107.06155.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=42.33%
G=31.53%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614612100.260.380.232038.8662.16
HexC4927901A261714273e
Octal3042221710324627244776
Binary110001001001001011110010110101001101011110100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49279; }

 p { color: rgb(196,146,121); }

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

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

 a { background-color: rgb(196,146,121); }

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

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

 span { border-color: rgb(196,146,121); }

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