#C2A171

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

Shades of Fallow #C2A171

Tints of Fallow #C2A171

Color information

#C2A171 (or 0xC2A171) is unknown color: approx Fallow. HEX triplet: C2, A1 and 71. RGB value is (194,161,113). Sum of RGB (Red+Green+Blue) = 194+161+113=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A171 is #3D5E8E. Grayscale: #A5A5A5. Windows color (decimal): -4021903 or 7446978. OLE color: 7446978.

HSL color Cylindrical-coordinate representation of color #C2A171: hue angle of 35.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2A171 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194161113-
CMYK00.170.420.24
HSL35.56º39.9%60.2%-
HSV(B)35.56º41.75%76.08%-
XYZ37.9738.1520.99-
YUV165.498.43148.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=41.45%
G=34.40%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416111300.170.420.2435.5639.960.2
HexC2A1710112A1824283c
Octal3022411610215230445074
Binary1100001010100001111000101000110101011000100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A171; }

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

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

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

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

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

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

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

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