#C49C6F

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

Shades of Fallow #C49C6F

Tints of Fallow #C49C6F

Color information

#C49C6F (or 0xC49C6F) is unknown color: approx Fallow. HEX triplet: C4, 9C and 6F. RGB value is (196,156,111). Sum of RGB (Red+Green+Blue) = 196+156+111=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C6F is #3B6390. Grayscale: #A3A3A3. Windows color (decimal): -3892113 or 7314628. OLE color: 7314628.

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

Color convert

RGB196156111-
CMYK00.200.430.23
HSL31.76º41.87%60.2%-
HSV(B)31.76º43.37%76.86%-
XYZ37.5236.6620.14-
YUV162.8398.75151.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=42.33%
G=33.69%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615611100.200.430.2331.7641.8760.2
HexC49C6F0142B17202a3c
Octal3042341570245327405274
Binary1100010010011100110111101010010101110111100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C6F; }

 p { color: rgb(196,156,111); }

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

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

 a { background-color: rgb(196,156,111); }

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

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

 span { border-color: rgb(196,156,111); }

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