#C49475

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

Shades of Pale Taupe #C49475

Tints of Pale Taupe #C49475

Color information

#C49475 (or 0xC49475) is unknown color: approx Pale Taupe. HEX triplet: C4, 94 and 75. RGB value is (196,148,117). Sum of RGB (Red+Green+Blue) = 196+148+117=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49475 is #3B6B8A. Grayscale: #9E9E9E. Windows color (decimal): -3894155 or 7705796. OLE color: 7705796.

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

Color convert

RGB196148117-
CMYK00.240.400.23
HSL23.54º40.1%61.37%-
HSV(B)23.54º40.31%76.86%-
XYZ36.5734.221.5-
YUV158.82104.4154.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=42.52%
G=32.10%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614811700.240.400.2323.5440.161.37
HexC49475018281718283d
Octal3042241650305027305075
Binary110001001001010011101010110001010001011111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49475; }

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

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

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

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

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

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

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

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