#C49C7F

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

Shades of Pale Taupe #C49C7F

Tints of Pale Taupe #C49C7F

Color information

#C49C7F (or 0xC49C7F) is unknown color: approx Pale Taupe. HEX triplet: C4, 9C and 7F. RGB value is (196,156,127). Sum of RGB (Red+Green+Blue) = 196+156+127=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C7F is #3B6380. Grayscale: #A4A4A4. Windows color (decimal): -3892097 or 8363204. OLE color: 8363204.

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

Color convert

RGB196156127-
CMYK00.200.350.23
HSL25.22º36.9%63.33%-
HSV(B)25.22º35.2%76.86%-
XYZ38.4837.0525.2-
YUV164.65106.75150.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 127 (50% from 255) = 26.51%
R=40.92%
G=32.57%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615612700.200.350.2325.2236.963.33
HexC49C7F014231719253f
Octal3042341770244327314577
Binary110001001001110011111110101001000111011111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C7F; }

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

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

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

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

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

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

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

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