#C49466

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

Shades of Fallow #C49466

Tints of Fallow #C49466

Color information

#C49466 (or 0xC49466) is unknown color: approx Fallow. HEX triplet: C4, 94 and 66. RGB value is (196,148,102). Sum of RGB (Red+Green+Blue) = 196+148+102=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C49466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49466 is #3B6B99. Grayscale: #9D9D9D. Windows color (decimal): -3894170 or 6722756. OLE color: 6722756.

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

Color convert

RGB196148102-
CMYK00.240.480.23
HSL29.36º44.34%58.43%-
HSV(B)29.36º47.96%76.86%-
XYZ35.7533.8717.22-
YUV157.1196.9155.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=43.95%
G=33.18%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614810200.240.480.2329.3644.3458.43
HexC4946601830171d2c3a
Octal3042241460306027355472
Binary110001001001010011001100110001100001011111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49466; }

 p { color: rgb(196,148,102); }

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

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

 a { background-color: rgb(196,148,102); }

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

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

 span { border-color: rgb(196,148,102); }

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