#C49A7B

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

Shades of Pale Taupe #C49A7B

Tints of Pale Taupe #C49A7B

Color information

#C49A7B (or 0xC49A7B) is unknown color: approx Pale Taupe. HEX triplet: C4, 9A and 7B. RGB value is (196,154,123). Sum of RGB (Red+Green+Blue) = 196+154+123=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A7B is #3B6584. Grayscale: #A3A3A3. Windows color (decimal): -3892613 or 8100548. OLE color: 8100548.

HSL color Cylindrical-coordinate representation of color #C49A7B: hue angle of 25.48º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49A7B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB196154123-
CMYK00.210.370.23
HSL25.48º38.22%62.55%-
HSV(B)25.48º37.24%76.86%-
XYZ37.936.2823.74-
YUV163.02105.41151.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=41.44%
G=32.56%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615412300.210.370.2325.4838.2262.55
HexC49A7B015251719263f
Octal3042321730254527314677
Binary110001001001101011110110101011001011011111001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A7B; }

 p { color: rgb(196,154,123); }

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

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

 a { background-color: rgb(196,154,123); }

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

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

 span { border-color: rgb(196,154,123); }

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