#C7A171

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

Shades of Fallow #C7A171

Tints of Fallow #C7A171

Color information

#C7A171 (or 0xC7A171) is unknown color: approx Fallow. HEX triplet: C7, A1 and 71. RGB value is (199,161,113). Sum of RGB (Red+Green+Blue) = 199+161+113=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A171 is #385E8E. Grayscale: #A7A7A7. Windows color (decimal): -3694223 or 7446983. OLE color: 7446983.

HSL color Cylindrical-coordinate representation of color #C7A171: hue angle of 33.49º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7A171 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199161113-
CMYK00.190.430.22
HSL33.49º43.43%61.18%-
HSV(B)33.49º43.22%78.04%-
XYZ39.2838.8221.05-
YUV166.8997.59150.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=42.07%
G=34.04%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916111300.190.430.2233.4943.4361.18
HexC7A1710132B16212b3d
Octal3072411610235326415375
Binary1100011110100001111000101001110101110110100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A171; }

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

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

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

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

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

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

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

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