#c49e6f

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

Shades of Fallow #C49E6F

Tints of Fallow #C49E6F

Color information

#C49E6F (or 0xC49E6F) is unknown color: approx Fallow. HEX triplet: C4, 9E and 6F. RGB value is (196,158,111). Sum of RGB (Red+Green+Blue) = 196+158+111=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E6F is #3B6190. Grayscale: #A4A4A4. Windows color (decimal): -3891601 or 7315140. OLE color: 7315140.

HSL color Cylindrical-coordinate representation of color #C49E6F: hue angle of 33.18º 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 #C49E6F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB196158111-
CMYK00.190.430.23
HSL33.18º41.87%60.2%-
HSV(B)33.18º43.37%76.86%-
XYZ37.8637.3420.25-
YUV16498.09150.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=42.15%
G=33.98%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615811100.190.430.2333.1841.8760.2
HexC49E6F0132B17212a3c
Octal3042361570235327415274
Binary1100010010011110110111101001110101110111100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49e6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49e6f; }

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

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

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

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

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

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

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

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