#C49473

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

Shades of Pale Taupe #C49473

Tints of Pale Taupe #C49473

Color information

#C49473 (or 0xC49473) is unknown color: approx Pale Taupe. HEX triplet: C4, 94 and 73. RGB value is (196,148,115). Sum of RGB (Red+Green+Blue) = 196+148+115=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49473 is #3B6B8C. Grayscale: #9E9E9E. Windows color (decimal): -3894157 or 7574724. OLE color: 7574724.

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

Color convert

RGB196148115-
CMYK00.240.410.23
HSL24.44º40.7%60.98%-
HSV(B)24.44º41.33%76.86%-
XYZ36.4534.1520.89-
YUV158.59103.4154.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=42.70%
G=32.24%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614811500.240.410.2324.4440.760.98
HexC49473018291718293d
Octal3042241630305127305175
Binary110001001001010011100110110001010011011111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49473; }

 p { color: rgb(196,148,115); }

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

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

 a { background-color: rgb(196,148,115); }

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

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

 span { border-color: rgb(196,148,115); }

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