#C49C76

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

Shades of Fallow #C49C76

Tints of Fallow #C49C76

Color information

#C49C76 (or 0xC49C76) is unknown color: approx Fallow. HEX triplet: C4, 9C and 76. RGB value is (196,156,118). Sum of RGB (Red+Green+Blue) = 196+156+118=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C76 is #3B6389. Grayscale: #A3A3A3. Windows color (decimal): -3892106 or 7773380. OLE color: 7773380.

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

Color convert

RGB196156118-
CMYK00.200.400.23
HSL29.23º39.8%61.57%-
HSV(B)29.23º39.8%76.86%-
XYZ37.9236.8222.25-
YUV163.63102.25151.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=41.70%
G=33.19%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615611800.200.400.2329.2339.861.57
HexC49C7601428171d283e
Octal3042341660245027355076
Binary110001001001110011101100101001010001011111101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C76; }

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

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

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

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

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

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

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

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