#C49A6D

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

Shades of Fallow #C49A6D

Tints of Fallow #C49A6D

Color information

#C49A6D (or 0xC49A6D) is unknown color: approx Fallow. HEX triplet: C4, 9A and 6D. RGB value is (196,154,109). Sum of RGB (Red+Green+Blue) = 196+154+109=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A6D is #3B6592. Grayscale: #A1A1A1. Windows color (decimal): -3892627 or 7183044. OLE color: 7183044.

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

Color convert

RGB196154109-
CMYK00.210.440.23
HSL31.03º42.44%59.8%-
HSV(B)31.03º44.39%76.86%-
XYZ37.0835.9519.45-
YUV161.4398.41152.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=42.70%
G=33.55%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615410900.210.440.2331.0342.4459.8
HexC49A6D0152C171f2a3c
Octal3042321550255427375274
Binary110001001001101011011010101011011001011111111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A6D; }

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

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

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

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

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

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

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

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