#C4A171

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

Shades of Fallow #C4A171

Tints of Fallow #C4A171

Color information

#C4A171 (or 0xC4A171) is unknown color: approx Fallow. HEX triplet: C4, A1 and 71. RGB value is (196,161,113). Sum of RGB (Red+Green+Blue) = 196+161+113=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A171 is #3B5E8E. Grayscale: #A6A6A6. Windows color (decimal): -3890831 or 7446980. OLE color: 7446980.

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

Color convert

RGB196161113-
CMYK00.180.420.23
HSL34.7º41.29%60.59%-
HSV(B)34.7º42.35%76.86%-
XYZ38.4938.4221.01-
YUV165.9998.1149.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=41.70%
G=34.26%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616111300.180.420.2334.741.2960.59
HexC4A1710122A1723293d
Octal3042411610225227435175
Binary1100010010100001111000101001010101010111100011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A171; }

 p { color: rgb(196,161,113); }

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

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

 a { background-color: rgb(196,161,113); }

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

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

 span { border-color: rgb(196,161,113); }

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