#C49378

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

Shades of Pale Taupe #C49378

Tints of Pale Taupe #C49378

Color information

#C49378 (or 0xC49378) is unknown color: approx Pale Taupe. HEX triplet: C4, 93 and 78. RGB value is (196,147,120). Sum of RGB (Red+Green+Blue) = 196+147+120=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49378 is #3B6C87. Grayscale: #9E9E9E. Windows color (decimal): -3894408 or 7902148. OLE color: 7902148.

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

Color convert

RGB196147120-
CMYK00.250.390.23
HSL21.32º39.18%61.96%-
HSV(B)21.32º38.78%76.86%-
XYZ36.5933.9622.4-
YUV158.57106.23154.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=42.33%
G=31.75%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614712000.250.390.2321.3239.1861.96
HexC49378019271715273e
Octal3042231700314727254776
Binary110001001001001111110000110011001111011110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49378; }

 p { color: rgb(196,147,120); }

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

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

 a { background-color: rgb(196,147,120); }

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

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

 span { border-color: rgb(196,147,120); }

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