#C49C7B

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

Shades of Pale Taupe #C49C7B

Tints of Pale Taupe #C49C7B

Color information

#C49C7B (or 0xC49C7B) is unknown color: approx Pale Taupe. HEX triplet: C4, 9C and 7B. RGB value is (196,156,123). Sum of RGB (Red+Green+Blue) = 196+156+123=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C7B is #3B6384. Grayscale: #A4A4A4. Windows color (decimal): -3892101 or 8101060. OLE color: 8101060.

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

Color convert

RGB196156123-
CMYK00.200.370.23
HSL27.12º38.22%62.55%-
HSV(B)27.12º37.24%76.86%-
XYZ38.2336.9423.85-
YUV164.2104.75150.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=41.26%
G=32.84%
B=25.89%

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
Decimal19615612300.200.370.2327.1238.2262.55
HexC49C7B01425171b263f
Octal3042341730244527334677
Binary110001001001110011110110101001001011011111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C7B; }

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

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

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

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

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

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

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

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