#C49768

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

Shades of Fallow #C49768

Tints of Fallow #C49768

Color information

#C49768 (or 0xC49768) is unknown color: approx Fallow. HEX triplet: C4, 97 and 68. RGB value is (196,151,104). Sum of RGB (Red+Green+Blue) = 196+151+104=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C49768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49768 is #3B6897. Grayscale: #9F9F9F. Windows color (decimal): -3893400 or 6854596. OLE color: 6854596.

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

Color convert

RGB196151104-
CMYK00.230.470.23
HSL30.65º43.81%58.82%-
HSV(B)30.65º46.94%76.86%-
XYZ36.3334.8717.91-
YUV159.196.91154.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=43.46%
G=33.48%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615110400.230.470.2330.6543.8158.82
HexC497680172F171f2c3b
Octal3042271500275727375473
Binary110001001001011111010000101111011111011111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49768; }

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

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

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

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

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

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

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

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