#C49D77

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

Shades of Pale Taupe #C49D77

Tints of Pale Taupe #C49D77

Color information

#C49D77 (or 0xC49D77) is unknown color: approx Pale Taupe. HEX triplet: C4, 9D and 77. RGB value is (196,157,119). Sum of RGB (Red+Green+Blue) = 196+157+119=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D77 is #3B6288. Grayscale: #A4A4A4. Windows color (decimal): -3891849 or 7839172. OLE color: 7839172.

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

Color convert

RGB196157119-
CMYK00.200.390.23
HSL29.61º39.49%61.76%-
HSV(B)29.61º39.29%76.86%-
XYZ38.1537.1822.62-
YUV164.33102.42150.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=41.53%
G=33.26%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615711900.200.390.2329.6139.4961.76
HexC49D7701427171e273e
Octal3042351670244727364776
Binary110001001001110111101110101001001111011111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D77; }

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

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

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

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

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

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

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

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