#C49775

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

Shades of Pale Taupe #C49775

Tints of Pale Taupe #C49775

Color information

#C49775 (or 0xC49775) is unknown color: approx Pale Taupe. HEX triplet: C4, 97 and 75. RGB value is (196,151,117). Sum of RGB (Red+Green+Blue) = 196+151+117=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49775 is #3B688A. Grayscale: #A0A0A0. Windows color (decimal): -3893387 or 7706564. OLE color: 7706564.

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

Color convert

RGB196151117-
CMYK00.230.400.23
HSL25.82º40.1%61.37%-
HSV(B)25.82º40.31%76.86%-
XYZ37.0435.1521.66-
YUV160.58103.41153.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=42.24%
G=32.54%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615111700.230.400.2325.8240.161.37
HexC4977501728171a283d
Octal3042271650275027325075
Binary110001001001011111101010101111010001011111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49775; }

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

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

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

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

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

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

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

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