#C49C7C

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

Shades of Pale Taupe #C49C7C

Tints of Pale Taupe #C49C7C

Color information

#C49C7C (or 0xC49C7C) is unknown color: approx Pale Taupe. HEX triplet: C4, 9C and 7C. RGB value is (196,156,124). Sum of RGB (Red+Green+Blue) = 196+156+124=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C7C is #3B6383. Grayscale: #A4A4A4. Windows color (decimal): -3892100 or 8166596. OLE color: 8166596.

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

Color convert

RGB196156124-
CMYK00.200.370.23
HSL26.67º37.89%62.75%-
HSV(B)26.67º36.73%76.86%-
XYZ38.2936.9724.19-
YUV164.31105.25150.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=41.18%
G=32.77%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615612400.200.370.2326.6737.8962.75
HexC49C7C01425171b263f
Octal3042341740244527334677
Binary110001001001110011111000101001001011011111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C7C; }

 p { color: rgb(196,156,124); }

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

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

 a { background-color: rgb(196,156,124); }

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

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

 span { border-color: rgb(196,156,124); }

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