#C49669

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

Shades of Fallow #C49669

Tints of Fallow #C49669

Color information

#C49669 (or 0xC49669) is unknown color: approx Fallow. HEX triplet: C4, 96 and 69. RGB value is (196,150,105). Sum of RGB (Red+Green+Blue) = 196+150+105=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C49669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49669 is #3B6996. Grayscale: #9E9E9E. Windows color (decimal): -3893655 or 6919876. OLE color: 6919876.

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

Color convert

RGB196150105-
CMYK00.230.460.23
HSL29.67º43.54%59.02%-
HSV(B)29.67º46.43%76.86%-
XYZ36.2234.5718.13-
YUV158.6297.74154.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=43.46%
G=33.26%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615010500.230.460.2329.6743.5459.02
HexC496690172E171e2c3b
Octal3042261510275627365473
Binary110001001001011011010010101111011101011111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49669; }

 p { color: rgb(196,150,105); }

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

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

 a { background-color: rgb(196,150,105); }

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

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

 span { border-color: rgb(196,150,105); }

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