#C4966E

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

Shades of Fallow #C4966E

Tints of Fallow #C4966E

Color information

#C4966E (or 0xC4966E) is unknown color: approx Fallow. HEX triplet: C4, 96 and 6E. RGB value is (196,150,110). Sum of RGB (Red+Green+Blue) = 196+150+110=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4966E is #3B6991. Grayscale: #9F9F9F. Windows color (decimal): -3893650 or 7247556. OLE color: 7247556.

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

Color convert

RGB196150110-
CMYK00.230.440.23
HSL27.91º42.16%60%-
HSV(B)27.91º43.88%76.86%-
XYZ36.4934.6719.52-
YUV159.19100.24154.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=42.98%
G=32.89%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615011000.230.440.2327.9142.1660
HexC4966E0172C171c2a3c
Octal3042261560275427345274
Binary110001001001011011011100101111011001011111100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4966E; }

 p { color: rgb(196,150,110); }

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

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

 a { background-color: rgb(196,150,110); }

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

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

 span { border-color: rgb(196,150,110); }

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