#C49D6F

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

Shades of Fallow #C49D6F

Tints of Fallow #C49D6F

Color information

#C49D6F (or 0xC49D6F) is unknown color: approx Fallow. HEX triplet: C4, 9D and 6F. RGB value is (196,157,111). Sum of RGB (Red+Green+Blue) = 196+157+111=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D6F is #3B6290. Grayscale: #A3A3A3. Windows color (decimal): -3891857 or 7314884. OLE color: 7314884.

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

Color convert

RGB196157111-
CMYK00.200.430.23
HSL32.47º41.87%60.2%-
HSV(B)32.47º43.37%76.86%-
XYZ37.693720.19-
YUV163.4298.42151.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=42.24%
G=33.84%
B=23.92%

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
Decimal19615711100.200.430.2332.4741.8760.2
HexC49D6F0142B17202a3c
Octal3042351570245327405274
Binary1100010010011101110111101010010101110111100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D6F; }

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

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

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

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

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

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

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

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