#C49575

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

Shades of Pale Taupe #C49575

Tints of Pale Taupe #C49575

Color information

#C49575 (or 0xC49575) is unknown color: approx Pale Taupe. HEX triplet: C4, 95 and 75. RGB value is (196,149,117). Sum of RGB (Red+Green+Blue) = 196+149+117=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49575 is #3B6A8A. Grayscale: #9F9F9F. Windows color (decimal): -3893899 or 7706052. OLE color: 7706052.

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

Color convert

RGB196149117-
CMYK00.240.400.23
HSL24.3º40.1%61.37%-
HSV(B)24.3º40.31%76.86%-
XYZ36.7234.5221.56-
YUV159.4104.07154.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=42.42%
G=32.25%
B=25.32%

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
Decimal19614911700.240.400.2324.340.161.37
HexC49575018281718283d
Octal3042251650305027305075
Binary110001001001010111101010110001010001011111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49575; }

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

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

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

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

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

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

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

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