#C4986F

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

Shades of Fallow #C4986F

Tints of Fallow #C4986F

Color information

#C4986F (or 0xC4986F) is unknown color: approx Fallow. HEX triplet: C4, 98 and 6F. RGB value is (196,152,111). Sum of RGB (Red+Green+Blue) = 196+152+111=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4986F is #3B6790. Grayscale: #A0A0A0. Windows color (decimal): -3893137 or 7313604. OLE color: 7313604.

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

Color convert

RGB196152111-
CMYK00.220.430.23
HSL28.94º41.87%60.2%-
HSV(B)28.94º43.37%76.86%-
XYZ36.8635.3419.92-
YUV160.48100.08153.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=42.70%
G=33.12%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615211100.220.430.2328.9441.8760.2
HexC4986F0162B171d2a3c
Octal3042301570265327355274
Binary110001001001100011011110101101010111011111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4986F; }

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

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

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

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

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

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

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

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