#C49577

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

Shades of Pale Taupe #C49577

Tints of Pale Taupe #C49577

Color information

#C49577 (or 0xC49577) is unknown color: approx Pale Taupe. HEX triplet: C4, 95 and 77. RGB value is (196,149,119). Sum of RGB (Red+Green+Blue) = 196+149+119=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49577 is #3B6A88. Grayscale: #9F9F9F. Windows color (decimal): -3893897 or 7837124. OLE color: 7837124.

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

Color convert

RGB196149119-
CMYK00.240.390.23
HSL23.38º39.49%61.76%-
HSV(B)23.38º39.29%76.86%-
XYZ36.8434.5622.18-
YUV159.63105.07153.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=42.24%
G=32.11%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614911900.240.390.2323.3839.4961.76
HexC49577018271717273e
Octal3042251670304727274776
Binary110001001001010111101110110001001111011110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49577; }

 p { color: rgb(196,149,119); }

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

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

 a { background-color: rgb(196,149,119); }

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

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

 span { border-color: rgb(196,149,119); }

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